[Checkins] SVN: z3c.layer.pagelet/trunk/ Preparing release 1.2.1

Michael Howitz mh at gocept.com
Sat Feb 21 09:03:50 EST 2009


Log message for revision 96924:
  Preparing release 1.2.1

Changed:
  U   z3c.layer.pagelet/trunk/CHANGES.txt
  U   z3c.layer.pagelet/trunk/setup.py

-=-
Modified: z3c.layer.pagelet/trunk/CHANGES.txt
===================================================================
--- z3c.layer.pagelet/trunk/CHANGES.txt	2009-02-21 14:01:43 UTC (rev 96923)
+++ z3c.layer.pagelet/trunk/CHANGES.txt	2009-02-21 14:03:50 UTC (rev 96924)
@@ -2,10 +2,10 @@
 CHANGES
 =======
 
-1.2.1 (unreleased)
+1.2.1 (2009-02-21)
 ------------------
 
-- Nothing changed yet.
+- Release 1.2.0 was missing the test file for the secrity issue.
 
 
 1.2.0 (2009-02-21)

Modified: z3c.layer.pagelet/trunk/setup.py
===================================================================
--- z3c.layer.pagelet/trunk/setup.py	2009-02-21 14:01:43 UTC (rev 96923)
+++ z3c.layer.pagelet/trunk/setup.py	2009-02-21 14:03:50 UTC (rev 96924)
@@ -19,7 +19,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.2.1 dev'
+version = '1.2.1'
 
 setup(
     name='z3c.layer.pagelet',



More information about the Checkins mailing list