[Checkins] SVN: zope.exceptions/trunk/setup.py Bump the version on the trunk back into dev mode.

Aaron Lehmann aaron at zope.com
Tue Jan 22 11:35:09 EST 2008


Log message for revision 83093:
  Bump the version on the trunk back into dev mode.
  
  

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

-=-
Modified: zope.exceptions/trunk/setup.py
===================================================================
--- zope.exceptions/trunk/setup.py	2008-01-22 16:34:28 UTC (rev 83092)
+++ zope.exceptions/trunk/setup.py	2008-01-22 16:35:08 UTC (rev 83093)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.exceptions',
-      version = '3.5.0',
+      version = '3.5.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Exceptions',



More information about the Checkins mailing list