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

Hanno Schlichting hannosch at hannosch.eu
Tue Dec 15 16:21:06 EST 2009


Log message for revision 106581:
  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:20:41 UTC (rev 106580)
+++ zope.app.dependable/trunk/CHANGES.txt	2009-12-15 21:21:06 UTC (rev 106581)
@@ -2,6 +2,10 @@
 CHANGES
 =======
 
+3.5.1 (unreleased)
+------------------
+
+
 3.5.0 (2009-12-15)
 ------------------
 

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



More information about the checkins mailing list