[Checkins] SVN: zope.tales/branches/3.5/ Back to development: 3.5.4

Marius Gedminas cvs-admin at zope.org
Thu Dec 6 17:18:22 UTC 2012


Log message for revision 128538:
  Back to development: 3.5.4

Changed:
  U   zope.tales/branches/3.5/CHANGES.txt
  U   zope.tales/branches/3.5/setup.py

-=-
Modified: zope.tales/branches/3.5/CHANGES.txt
===================================================================
--- zope.tales/branches/3.5/CHANGES.txt	2012-12-06 17:17:20 UTC (rev 128537)
+++ zope.tales/branches/3.5/CHANGES.txt	2012-12-06 17:18:22 UTC (rev 128538)
@@ -1,6 +1,12 @@
 CHANGES
 =======
 
+3.5.4 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 3.5.3 (2012-12-06)
 ------------------
 

Modified: zope.tales/branches/3.5/setup.py
===================================================================
--- zope.tales/branches/3.5/setup.py	2012-12-06 17:17:20 UTC (rev 128537)
+++ zope.tales/branches/3.5/setup.py	2012-12-06 17:18:22 UTC (rev 128538)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.tales',
-      version='3.5.3',
+      version='3.5.4dev',
       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