[Checkins] SVN: zope.location/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Tue Feb 3 21:16:13 EST 2009


Log message for revision 96056:
  Bump version.

Changed:
  U   zope.location/trunk/CHANGES.txt
  U   zope.location/trunk/setup.py

-=-
Modified: zope.location/trunk/CHANGES.txt
===================================================================
--- zope.location/trunk/CHANGES.txt	2009-02-04 02:15:28 UTC (rev 96055)
+++ zope.location/trunk/CHANGES.txt	2009-02-04 02:16:12 UTC (rev 96056)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.5.2 (unreleased)
+3.5.3 (unreleased)
 ------------------
 
+- ...
+
+3.5.2 (2009-02-04)
+------------------
+
 - Split RootPhysicallyLocatable adapter back from LocationPhysicallyLocatable,
   because the IRoot object may not always provide ILocation and the code
   for the root object is also simplier. It's basically a copy of the

Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2009-02-04 02:15:28 UTC (rev 96055)
+++ zope.location/trunk/setup.py	2009-02-04 02:16:12 UTC (rev 96056)
@@ -21,7 +21,7 @@
     return text
 
 setup(name='zope.location',
-      version = '3.5.2dev',
+      version = '3.5.3dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Location',



More information about the Checkins mailing list