[Checkins] SVN: zope.app.authentication/trunk/ Prepare for release

Christophe Combelles ccomb at free.fr
Wed Aug 6 18:32:24 EDT 2008


Log message for revision 89472:
  Prepare for release
  

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-08-06 21:29:56 UTC (rev 89471)
+++ zope.app.authentication/trunk/CHANGES.txt	2008-08-06 22:32:22 UTC (rev 89472)
@@ -2,16 +2,16 @@
 CHANGES
 =======
 
-Version 3.4.3dev (unreleased)
------------------------------
+Version 3.4.3 (2008-08-07)
+--------------------------
 
-- ...
+- no changes. Retag for correct release on PyPI
 
 
 Version 3.4.2 (2008-07-09)
 --------------------------
 
-- Make it compatible with upcomming zope.app.container 3.6.1 changes.
+- Make it compatible with zope.app.container 3.6.1 and 3.5.4 changes,
   Changed super(BTreeContainer, self).__init__() to 
   super(GroupFolder, self).__init__() in GroupFolder class.
 

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2008-08-06 21:29:56 UTC (rev 89471)
+++ zope.app.authentication/trunk/setup.py	2008-08-06 22:32:22 UTC (rev 89472)
@@ -22,9 +22,9 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.4.3dev',
+      version = '3.4.3',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Pluggable Authentication Utility',
       long_description=(
         read('README.txt')



More information about the Checkins mailing list