[Checkins] SVN: zope.app.pagetemplate/trunk/ Preparing release 3.10.1

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Jan 4 09:13:55 EST 2010


Log message for revision 107627:
  Preparing release 3.10.1

Changed:
  U   zope.app.pagetemplate/trunk/CHANGES.txt
  U   zope.app.pagetemplate/trunk/setup.py

-=-
Modified: zope.app.pagetemplate/trunk/CHANGES.txt
===================================================================
--- zope.app.pagetemplate/trunk/CHANGES.txt	2010-01-04 14:00:19 UTC (rev 107626)
+++ zope.app.pagetemplate/trunk/CHANGES.txt	2010-01-04 14:13:54 UTC (rev 107627)
@@ -2,8 +2,8 @@
 Changes
 =======
 
-3.10.1 (unreleased)
-------------------
+3.10.1 (2010-01-04)
+-------------------
 
 - Fixed the zope.browserpage imports in the namedtemplate module.
 

Modified: zope.app.pagetemplate/trunk/setup.py
===================================================================
--- zope.app.pagetemplate/trunk/setup.py	2010-01-04 14:00:19 UTC (rev 107626)
+++ zope.app.pagetemplate/trunk/setup.py	2010-01-04 14:13:54 UTC (rev 107627)
@@ -22,7 +22,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '3.10.1dev'
+version = '3.10.1'
 
 
 setup(name='zope.app.pagetemplate',



More information about the checkins mailing list