[Checkins] SVN: zope.session/trunk/setup.py bump the trunk version to 3.6.0dev

Benji York benji at zope.com
Tue Mar 11 15:58:42 EDT 2008


Log message for revision 84590:
  bump the trunk version to 3.6.0dev
  

Changed:
  U   zope.session/trunk/setup.py

-=-
Modified: zope.session/trunk/setup.py
===================================================================
--- zope.session/trunk/setup.py	2008-03-11 19:57:35 UTC (rev 84589)
+++ zope.session/trunk/setup.py	2008-03-11 19:58:42 UTC (rev 84590)
@@ -24,7 +24,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.session',
-    version = '3.5.0dev',
+    version = '3.6.0dev',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     description='Zope 3 Session Support',



More information about the Checkins mailing list