[Checkins] SVN: z3c.template/trunk/ - removed pinned versions for older chameleon release in buildout.cfg

Roger Ineichen roger at projekt01.ch
Fri Oct 28 02:26:29 UTC 2011


Log message for revision 123168:
  - removed pinned versions for older chameleon release in buildout.cfg
  - prepare release
  

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

-=-
Modified: z3c.template/trunk/CHANGES.txt
===================================================================
--- z3c.template/trunk/CHANGES.txt	2011-10-27 14:39:15 UTC (rev 123167)
+++ z3c.template/trunk/CHANGES.txt	2011-10-28 02:26:28 UTC (rev 123168)
@@ -2,12 +2,15 @@
 CHANGES
 =======
 
-1.3 (unreleased)
+1.3 (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``.
 
+
 1.2.1 (2009-08-22)
 ------------------
 

Modified: z3c.template/trunk/buildout.cfg
===================================================================
--- z3c.template/trunk/buildout.cfg	2011-10-27 14:39:15 UTC (rev 123167)
+++ z3c.template/trunk/buildout.cfg	2011-10-28 02:26:28 UTC (rev 123168)
@@ -1,13 +1,7 @@
 [buildout]
 develop = .
 parts = test
-versions = versions
 
-[versions]
-z3c.pt = 2.1.4
-z3c.ptcompat = 1.0
-Chameleon = 2.5.2
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.template [test]

Modified: z3c.template/trunk/setup.py
===================================================================
--- z3c.template/trunk/setup.py	2011-10-27 14:39:15 UTC (rev 123167)
+++ z3c.template/trunk/setup.py	2011-10-28 02:26:28 UTC (rev 123168)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.template',
-    version = '1.3dev',
+    version = '1.3',
     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