[Checkins] SVN: zope.app.pagetemplate/trunk/ Use 3 digits version number.

Sylvain Viollon sylvain at infrae.com
Thu Jan 29 14:04:33 EST 2009


Log message for revision 95512:
  Use 3 digits version number.
  
  

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	2009-01-29 19:04:00 UTC (rev 95511)
+++ zope.app.pagetemplate/trunk/CHANGES.txt	2009-01-29 19:04:33 UTC (rev 95512)
@@ -1,7 +1,7 @@
 Changes
 =======
 
-3.5 (unreleased)
+3.5.0 (unreleased)
 ----------------
 
 * Use `zope.container` instead of `zope.app.container`.

Modified: zope.app.pagetemplate/trunk/setup.py
===================================================================
--- zope.app.pagetemplate/trunk/setup.py	2009-01-29 19:04:00 UTC (rev 95511)
+++ zope.app.pagetemplate/trunk/setup.py	2009-01-29 19:04:33 UTC (rev 95512)
@@ -5,7 +5,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.app.pagetemplate',
-      version = '3.5dev',
+      version = '3.5.0dev',
       url='http://pypi.python.org/pypi/zope.app.pagetemplate',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',



More information about the Checkins mailing list