[Checkins] SVN: zope.app.dependable/trunk/ Prepare zope.app.dependable 3.5.1.

Hanno Schlichting hannosch at hannosch.eu
Tue Dec 15 16:46:59 EST 2009


Log message for revision 106589:
  Prepare zope.app.dependable 3.5.1.

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

-=-
Modified: zope.app.dependable/trunk/CHANGES.txt
===================================================================
--- zope.app.dependable/trunk/CHANGES.txt	2009-12-15 21:46:32 UTC (rev 106588)
+++ zope.app.dependable/trunk/CHANGES.txt	2009-12-15 21:46:59 UTC (rev 106589)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.1 (unreleased)
+3.5.1 (2009-12-15)
 ------------------
 
 - Added missing zcml namespace to the configure file.

Modified: zope.app.dependable/trunk/setup.py
===================================================================
--- zope.app.dependable/trunk/setup.py	2009-12-15 21:46:32 UTC (rev 106588)
+++ zope.app.dependable/trunk/setup.py	2009-12-15 21:46:59 UTC (rev 106589)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.dependable',
-      version = '3.5.1dev',
+      version = '3.5.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Simple Dependency API',



More information about the checkins mailing list