[Checkins] SVN: zope.tales/branches/3.5/ svb

Tres Seaver cvs-admin at zope.org
Wed May 23 15:26:32 UTC 2012


Log message for revision 126472:
  svb

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-05-23 15:23:18 UTC (rev 126471)
+++ zope.tales/branches/3.5/CHANGES.txt	2012-05-23 15:26:29 UTC (rev 126472)
@@ -1,6 +1,11 @@
 CHANGES
 =======
 
+3.5.2 (unreleased)
+------------------
+
+- TBD
+
 3.5.1 (2010-04-30)
 ------------------
 

Modified: zope.tales/branches/3.5/setup.py
===================================================================
--- zope.tales/branches/3.5/setup.py	2012-05-23 15:23:18 UTC (rev 126471)
+++ zope.tales/branches/3.5/setup.py	2012-05-23 15:26:29 UTC (rev 126472)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.tales',
-      version = '3.5.1',
+      version = '3.5.2dev',
       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