[Checkins] SVN: zope.app.authentication/trunk/ Cleanup, added missing comments to CHANGES.txt for release 3.4.1

Roger Ineichen roger at projekt01.ch
Fri Apr 11 19:23:26 EDT 2008


Log message for revision 85269:
  Cleanup, added missing comments to CHANGES.txt for release 3.4.1

Changed:
  U   zope.app.authentication/trunk/CHANGES.txt
  U   zope.app.authentication/trunk/setup.py

-=-
Modified: zope.app.authentication/trunk/CHANGES.txt
===================================================================
--- zope.app.authentication/trunk/CHANGES.txt	2008-04-11 23:14:35 UTC (rev 85268)
+++ zope.app.authentication/trunk/CHANGES.txt	2008-04-11 23:23:26 UTC (rev 85269)
@@ -3,13 +3,25 @@
 =======
 
 
-3.4.0 (2007-10-11)
-------------------
+Version 3.4.2dev (unreleased)
+-----------------------------
 
+* ...
+
+
+Version 3.4.1 (2007-10-24)
+--------------------------
+
+- avoid deprecation warning
+
+
+Version 3.4.0 (2007-10-11)
+--------------------------
+
 * Updated package meta-data.
 
 
-3.4.0b1 (2007-09-27)
---------------------
+Version 3.4.0b1 (2007-09-27)
+----------------------------
 
 * First Zope-independent release.

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2008-04-11 23:14:35 UTC (rev 85268)
+++ zope.app.authentication/trunk/setup.py	2008-04-11 23:23:26 UTC (rev 85269)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.4.2',
+      version = '3.4.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the Checkins mailing list