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

Dan Korostelev nadako at gmail.com
Tue Feb 3 21:24:47 EST 2009


Log message for revision 96058:
  Bump version.

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

-=-
Modified: zope.traversing/trunk/CHANGES.txt
===================================================================
--- zope.traversing/trunk/CHANGES.txt	2009-02-04 02:24:04 UTC (rev 96057)
+++ zope.traversing/trunk/CHANGES.txt	2009-02-04 02:24:47 UTC (rev 96058)
@@ -2,9 +2,14 @@
 Changes
 =======
 
-3.5.2 (unreleased)
+3.5.3 (unreleased)
 ------------------
 
+- ...
+
+3.5.2 (2009-02-04)
+------------------
+
 - The RootPhysicallyLocatable is not the same as LocationPhysicallyLocatable
   now in zope.location. Fix the import and testing setups.
 

Modified: zope.traversing/trunk/setup.py
===================================================================
--- zope.traversing/trunk/setup.py	2009-02-04 02:24:04 UTC (rev 96057)
+++ zope.traversing/trunk/setup.py	2009-02-04 02:24:47 UTC (rev 96058)
@@ -22,7 +22,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.traversing',
-      version = '3.5.2dev',
+      version = '3.5.3dev',
       url='http://pypi.python.org/pypi/zope.traversing',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',
@@ -53,7 +53,7 @@
                         'zope.proxy',
                         'zope.publisher',
                         'zope.security',
-                        'zope.location>=3.5.2dev',
+                        'zope.location>=3.5.2',
                         ],
       include_package_data = True,
       zip_safe = False,



More information about the Checkins mailing list