[Checkins] SVN: zope.app.authentication/tags/3.4.1/setup.py set version information for 3.4.1 release

Fred L. Drake, Jr. fdrake at gmail.com
Tue Oct 23 20:14:06 EDT 2007


Log message for revision 80993:
  set version information for 3.4.1 release

Changed:
  U   zope.app.authentication/tags/3.4.1/setup.py

-=-
Modified: zope.app.authentication/tags/3.4.1/setup.py
===================================================================
--- zope.app.authentication/tags/3.4.1/setup.py	2007-10-24 00:13:03 UTC (rev 80992)
+++ zope.app.authentication/tags/3.4.1/setup.py	2007-10-24 00:14:05 UTC (rev 80993)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.4.0',
+      version = '3.4.1',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the Checkins mailing list