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

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


Log message for revision 126467:
  svb

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

-=-
Modified: zope.tales/branches/3.4/CHANGES.txt
===================================================================
--- zope.tales/branches/3.4/CHANGES.txt	2012-05-23 15:04:41 UTC (rev 126466)
+++ zope.tales/branches/3.4/CHANGES.txt	2012-05-23 15:05:30 UTC (rev 126467)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.4.1 (unreleased)
+------------------
+
+- TBD
+
 3.4.0 (2007-10-03)
 ------------------
 

Modified: zope.tales/branches/3.4/setup.py
===================================================================
--- zope.tales/branches/3.4/setup.py	2012-05-23 15:04:41 UTC (rev 126466)
+++ zope.tales/branches/3.4/setup.py	2012-05-23 15:05:30 UTC (rev 126467)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.tales',
-      version = '3.4.0',
+      version = '3.4.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope 3 Template Application Language Expression Syntax '



More information about the checkins mailing list