[Checkins] SVN: zope.dottedname/trunk/setup.py bump version number

Baiju M baiju.m.mail at gmail.com
Thu Oct 4 01:54:58 EDT 2007


Log message for revision 80580:
  bump version number
  

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

-=-
Modified: zope.dottedname/trunk/setup.py
===================================================================
--- zope.dottedname/trunk/setup.py	2007-10-04 05:52:56 UTC (rev 80579)
+++ zope.dottedname/trunk/setup.py	2007-10-04 05:54:57 UTC (rev 80580)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name="zope.dottedname",
-      version = '3.4.2',
+      version = '3.4.3dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Resolver for Python dotted names.',



More information about the Checkins mailing list