[Checkins] SVN: zope.security/trunk/setup.py Somebody made a release without bumping the version number.

Christian Theune ct at gocept.com
Sun Aug 12 05:38:30 EDT 2007


Log message for revision 78752:
  Somebody made a release without bumping the version number.
  

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

-=-
Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2007-08-12 03:20:40 UTC (rev 78751)
+++ zope.security/trunk/setup.py	2007-08-12 09:38:30 UTC (rev 78752)
@@ -21,7 +21,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='zope.security',
-      version = '3.4.0b2',
+      version = '3.4.0b3',
       url='http://svn.zope.org/zope.security',
       license='ZPL 2.1',
       description='Zope3 Security Architecture',



More information about the Checkins mailing list