[Checkins] SVN: zope.traversing/trunk/ Prepare 3.6.0 release.

Tres Seaver tseaver at palladion.com
Mon Apr 6 12:43:53 EDT 2009


Log message for revision 98941:
  Prepare 3.6.0 release.

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-04-06 16:42:18 UTC (rev 98940)
+++ zope.traversing/trunk/CHANGES.txt	2009-04-06 16:43:53 UTC (rev 98941)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.6.0 (unreleased)
+3.6.0 (2009-04-06)
 ------------------
 
 - Change configure.zcml to not depend on zope.app.component.

Modified: zope.traversing/trunk/setup.py
===================================================================
--- zope.traversing/trunk/setup.py	2009-04-06 16:42:18 UTC (rev 98940)
+++ zope.traversing/trunk/setup.py	2009-04-06 16:43:53 UTC (rev 98941)
@@ -22,7 +22,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.traversing',
-      version = '3.6.0dev',
+      version = '3.6.0',
       url='http://pypi.python.org/pypi/zope.traversing',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list