[Checkins] SVN: zope.interface/trunk/setup.py bump version number for next release

Fred L. Drake, Jr. fdrake at gmail.com
Thu Jul 19 11:43:31 EDT 2007


Log message for revision 78166:
  bump version number for next release

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

-=-
Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2007-07-19 15:43:14 UTC (rev 78165)
+++ zope.interface/trunk/setup.py	2007-07-19 15:43:30 UTC (rev 78166)
@@ -46,7 +46,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.interface',
-      version = '3.4.0',
+      version = '3.4.1',
       url='http://www.python.org/pypi/zope.interface',
       license='ZPL 2.1',
       description='Zope 3 Interface Infrastructure',



More information about the Checkins mailing list