[Checkins] SVN: zope.app.dependable/trunk/ Update version after release

Hanno Schlichting hannosch at hannosch.eu
Tue Dec 15 16:47:37 EST 2009


Log message for revision 106591:
  Update version after release

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:47:10 UTC (rev 106590)
+++ zope.app.dependable/trunk/CHANGES.txt	2009-12-15 21:47:37 UTC (rev 106591)
@@ -2,6 +2,10 @@
 CHANGES
 =======
 
+3.5.2 (unreleased)
+------------------
+
+
 3.5.1 (2009-12-15)
 ------------------
 

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



More information about the checkins mailing list