[Checkins] SVN: zope.tales/trunk/ Prepare zope.tales 3.5.1.

Hanno Schlichting hannosch at hannosch.eu
Fri Apr 30 18:16:27 EDT 2010


Log message for revision 111794:
  Prepare zope.tales 3.5.1.

Changed:
  U   zope.tales/trunk/CHANGES.txt
  U   zope.tales/trunk/setup.py

-=-
Modified: zope.tales/trunk/CHANGES.txt
===================================================================
--- zope.tales/trunk/CHANGES.txt	2010-04-30 22:15:26 UTC (rev 111793)
+++ zope.tales/trunk/CHANGES.txt	2010-04-30 22:16:27 UTC (rev 111794)
@@ -1,7 +1,7 @@
 CHANGES
 =======
 
-3.5.1 (unreleased)
+3.5.1 (2010-04-30)
 ------------------
 
 - Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.

Modified: zope.tales/trunk/setup.py
===================================================================
--- zope.tales/trunk/setup.py	2010-04-30 22:15:26 UTC (rev 111793)
+++ zope.tales/trunk/setup.py	2010-04-30 22:16:27 UTC (rev 111794)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.tales',
-      version = '3.5.1dev',
+      version = '3.5.1',
       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