[Checkins] SVN: zope.app.zopeappgenerations/trunk/ Preparing release 3.5.0

Michael Howitz mh at gocept.com
Sun Apr 5 15:44:28 EDT 2009


Log message for revision 98893:
  Preparing release 3.5.0

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

-=-
Modified: zope.app.zopeappgenerations/trunk/CHANGES.txt
===================================================================
--- zope.app.zopeappgenerations/trunk/CHANGES.txt	2009-04-05 19:43:33 UTC (rev 98892)
+++ zope.app.zopeappgenerations/trunk/CHANGES.txt	2009-04-05 19:44:28 UTC (rev 98893)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.0 (unreleased)
+3.5.0 (2009-04-05)
 ------------------
 
 - Moved ``getRootFolder`` utility method from

Modified: zope.app.zopeappgenerations/trunk/setup.py
===================================================================
--- zope.app.zopeappgenerations/trunk/setup.py	2009-04-05 19:43:33 UTC (rev 98892)
+++ zope.app.zopeappgenerations/trunk/setup.py	2009-04-05 19:44:28 UTC (rev 98893)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.zopeappgenerations',
-      version = '3.5.0dev',
+      version = '3.5.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Application ZODB Update Generations',



More information about the Checkins mailing list