[Checkins] SVN: zope.tales/trunk/ Bump version

Hanno Schlichting hannosch at hannosch.eu
Fri Jan 1 15:12:39 EST 2010


Log message for revision 107518:
  Bump version

Changed:
  U   zope.tales/trunk/CHANGES.txt
  U   zope.tales/trunk/setup.py

-=-
Modified: zope.tales/trunk/CHANGES.txt
===================================================================
--- zope.tales/trunk/CHANGES.txt	2010-01-01 20:11:54 UTC (rev 107517)
+++ zope.tales/trunk/CHANGES.txt	2010-01-01 20:12:39 UTC (rev 107518)
@@ -1,6 +1,10 @@
 CHANGES
 =======
 
+3.5.1 (unreleased)
+------------------
+
+
 3.5.0 (2010-01-01)
 ------------------
 

Modified: zope.tales/trunk/setup.py
===================================================================
--- zope.tales/trunk/setup.py	2010-01-01 20:11:54 UTC (rev 107517)
+++ zope.tales/trunk/setup.py	2010-01-01 20:12:39 UTC (rev 107518)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.tales',
-      version = '3.5.0',
+      version = '3.5.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Template Application Language Expression Syntax '



More information about the checkins mailing list