[Checkins] SVN: zope.traversing/trunk/ Preparing release 3.8.0

Thomas Lotze tl at gocept.com
Tue Sep 29 10:44:58 EDT 2009


Log message for revision 104613:
  Preparing release 3.8.0

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-09-29 14:43:29 UTC (rev 104612)
+++ zope.traversing/trunk/CHANGES.txt	2009-09-29 14:44:57 UTC (rev 104613)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.8.0 (unreleased)
+3.8.0 (2009-09-29)
 ------------------
 
 - In zope.traversing.api.getParent(), try to delegate to

Modified: zope.traversing/trunk/setup.py
===================================================================
--- zope.traversing/trunk/setup.py	2009-09-29 14:43:29 UTC (rev 104612)
+++ zope.traversing/trunk/setup.py	2009-09-29 14:44:57 UTC (rev 104613)
@@ -27,7 +27,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.traversing',
-      version = '3.8.0dev',
+      version = '3.8.0',
       url='http://pypi.python.org/pypi/zope.traversing',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',
@@ -58,7 +58,7 @@
                         'zope.proxy',
                         'zope.publisher',
                         'zope.security',
-                        'zope.location>=3.7.0dev',
+                        'zope.location>=3.7.0',
                         ],
       include_package_data = True,
       zip_safe = False,



More information about the checkins mailing list