[Checkins] SVN: z3c.template/trunk/ prepare release

Roger Ineichen roger at projekt01.ch
Sat Oct 29 21:19:55 UTC 2011


Log message for revision 123182:
  prepare release

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-29 21:03:17 UTC (rev 123181)
+++ z3c.template/trunk/CHANGES.txt	2011-10-29 21:19:54 UTC (rev 123182)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.3.0 (2011-10-29)
+1.4.0 (2011-10-29)
 ------------------
 
 - Moved z3c.pt include to extras_require chameleon. This makes the package
@@ -34,6 +34,12 @@
   template engine. Also remove any custom built hooks which will import
   z3c.ptcompat in your tests or other places.
 
+
+1.3.0 (2011-10-28)
+------------------
+
+- Update to z3c.ptcompat 1.0 (and as a result, to the z3c.pt 2.x series).
+
 - Using Python's ``doctest`` module instead of depreacted
   ``zope.testing.doctest``.
 

Modified: z3c.template/trunk/setup.py
===================================================================
--- z3c.template/trunk/setup.py	2011-10-29 21:03:17 UTC (rev 123181)
+++ z3c.template/trunk/setup.py	2011-10-29 21:19:54 UTC (rev 123182)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.template',
-    version = '1.3.0',
+    version = '1.4.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