[Checkins] SVN: z3c.template/trunk/ fix version number

Roger Ineichen roger at projekt01.ch
Fri Oct 28 02:30:05 UTC 2011


Log message for revision 123169:
  fix version number

Changed:
  U   z3c.template/trunk/CHANGES.txt
  U   z3c.template/trunk/setup.py

-=-
Modified: z3c.template/trunk/CHANGES.txt
===================================================================
--- z3c.template/trunk/CHANGES.txt	2011-10-28 02:26:28 UTC (rev 123168)
+++ z3c.template/trunk/CHANGES.txt	2011-10-28 02:30:04 UTC (rev 123169)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-1.3 (2011-10-28)
-----------------
+1.3.0 (2011-10-28)
+------------------
 
 - Update to z3c.ptcompat 1.0 (and as a result, to the z3c.pt 2.x series).
 

Modified: z3c.template/trunk/setup.py
===================================================================
--- z3c.template/trunk/setup.py	2011-10-28 02:26:28 UTC (rev 123168)
+++ z3c.template/trunk/setup.py	2011-10-28 02:30:04 UTC (rev 123169)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.template',
-    version = '1.3',
+    version = '1.3.0',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope-dev at zope.org",
     description = "A package implementing advanced Page Template patterns.",



More information about the checkins mailing list