[Checkins] SVN: zope.app.container/branches/3.5/ prepare for release

Christophe Combelles ccomb at free.fr
Wed Jul 16 15:29:58 EDT 2008


Log message for revision 88422:
  prepare for release
  

Changed:
  U   zope.app.container/branches/3.5/CHANGES.txt
  U   zope.app.container/branches/3.5/setup.py

-=-
Modified: zope.app.container/branches/3.5/CHANGES.txt
===================================================================
--- zope.app.container/branches/3.5/CHANGES.txt	2008-07-16 18:22:46 UTC (rev 88421)
+++ zope.app.container/branches/3.5/CHANGES.txt	2008-07-16 19:29:57 UTC (rev 88422)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.4dev (unreleased)
+3.5.4 (2008-07-16)
 ---------------------
 
 - fixed #238579 / #163149: error with unicode traversing

Modified: zope.app.container/branches/3.5/setup.py
===================================================================
--- zope.app.container/branches/3.5/setup.py	2008-07-16 18:22:46 UTC (rev 88421)
+++ zope.app.container/branches/3.5/setup.py	2008-07-16 19:29:57 UTC (rev 88422)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.5.4dev',
+      version = '3.5.4',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list