[Zope3-checkins] SVN: zope.testing/trunk/setup.py bump the version
	number since there have been features added, 
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Thu Jul 19 10:55:59 EDT 2007
    
    
  
Log message for revision 78156:
  bump the version number since there have been features added,
  and the 3.4-r78109 is newer than 3.4; this is an insanity-avoidance
  bump as much as anything
  
Changed:
  U   zope.testing/trunk/setup.py
-=-
Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py	2007-07-19 14:28:46 UTC (rev 78155)
+++ zope.testing/trunk/setup.py	2007-07-19 14:55:59 UTC (rev 78156)
@@ -68,7 +68,7 @@
 
 setup(
     name='zope.testing',
-    version='3.4',
+    version='3.5.0',
     url='http://www.python.org/pypi/zope.testing',
     license='ZPL 2.1',
     description='Zope testing framework, including the testrunner script.',
    
    
More information about the Zope3-Checkins
mailing list