[Checkins] SVN: zope.app.interface/trunk/ Preparing release 3.5.1

Adam Groszer agroszer at gmail.com
Wed Jul 7 12:48:25 EDT 2010


Log message for revision 114291:
  Preparing release 3.5.1

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

-=-
Modified: zope.app.interface/trunk/CHANGES.txt
===================================================================
--- zope.app.interface/trunk/CHANGES.txt	2010-07-07 16:47:53 UTC (rev 114290)
+++ zope.app.interface/trunk/CHANGES.txt	2010-07-07 16:48:24 UTC (rev 114291)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.1 (unreleased)
+3.5.1 (2010-07-07)
 ------------------
 
 - Fixed tests and test tearDown to actually close the DB.

Modified: zope.app.interface/trunk/setup.py
===================================================================
--- zope.app.interface/trunk/setup.py	2010-07-07 16:47:53 UTC (rev 114290)
+++ zope.app.interface/trunk/setup.py	2010-07-07 16:48:24 UTC (rev 114291)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.interface',
-      version = '3.5.1dev',
+      version='3.5.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Interface Extensions',



More information about the checkins mailing list