[Checkins] SVN: zope.tales/branches/3.5/ Preparing release 3.5.3

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


Log message for revision 128536:
  Preparing release 3.5.3

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 06:40:17 UTC (rev 128535)
+++ zope.tales/branches/3.5/CHANGES.txt	2012-12-06 17:16:18 UTC (rev 128536)
@@ -1,7 +1,7 @@
 CHANGES
 =======
 
-3.5.3 (unreleased)
+3.5.3 (2012-12-06)
 ------------------
 
 - Fixed URL for TALES 1.3 spec in README.

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