[Checkins] SVN: zope.tales/branches/3.5/ Prep 3.5.2 release.

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


Log message for revision 126474:
  Prep 3.5.2 release.

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:31:42 UTC (rev 126473)
+++ zope.tales/branches/3.5/CHANGES.txt	2012-05-23 15:43:54 UTC (rev 126474)
@@ -1,7 +1,7 @@
 CHANGES
 =======
 
-3.5.2 (unreleased)
+3.5.2 (2012-05-23)
 ------------------
 
 - Subexpressions of a 'string:' expression can be only path expressions.

Modified: zope.tales/branches/3.5/setup.py
===================================================================
--- zope.tales/branches/3.5/setup.py	2012-05-23 15:31:42 UTC (rev 126473)
+++ zope.tales/branches/3.5/setup.py	2012-05-23 15:43:54 UTC (rev 126474)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.tales',
-      version = '3.5.2dev',
+      version = '3.5.2',
       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