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

Hanno Schlichting hannosch at hannosch.eu
Fri Jan 1 15:11:45 EST 2010


Log message for revision 107516:
  Prepare zope.tales 3.5.0.

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-01-01 20:10:56 UTC (rev 107515)
+++ zope.tales/trunk/CHANGES.txt	2010-01-01 20:11:45 UTC (rev 107516)
@@ -1,7 +1,7 @@
 CHANGES
 =======
 
-3.5.0 (unreleased)
+3.5.0 (2010-01-01)
 ------------------
 
 - Ported the lazy expression from Products.PageTemplates.

Modified: zope.tales/trunk/setup.py
===================================================================
--- zope.tales/trunk/setup.py	2010-01-01 20:10:56 UTC (rev 107515)
+++ zope.tales/trunk/setup.py	2010-01-01 20:11:45 UTC (rev 107516)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.tales',
-      version = '3.5.0dev',
+      version = '3.5.0',
       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