[Checkins] SVN: zope.exceptions/trunk/setup.py Bump version # in setup to indicate a backward-compatible feature add.

Aaron Lehmann aaron at zope.com
Tue Jan 22 11:33:08 EST 2008


Log message for revision 83091:
  Bump version # in setup to indicate a backward-compatible feature add.
  
  

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

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



More information about the Checkins mailing list