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

Michael Howitz mh at gocept.com
Fri Jun 19 15:10:28 EDT 2009


Log message for revision 101146:
  Preparing release 1.2.1

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

-=-
Modified: z3c.layer.minimal/trunk/CHANGES.txt
===================================================================
--- z3c.layer.minimal/trunk/CHANGES.txt	2009-06-19 19:08:22 UTC (rev 101145)
+++ z3c.layer.minimal/trunk/CHANGES.txt	2009-06-19 19:10:27 UTC (rev 101146)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.2.1 (unreleased)
+1.2.1 (2009-06-19)
 ------------------
 
 - Remove the zcml slug file and the SETUP.cfg file for zpkg.

Modified: z3c.layer.minimal/trunk/setup.py
===================================================================
--- z3c.layer.minimal/trunk/setup.py	2009-06-19 19:08:22 UTC (rev 101145)
+++ z3c.layer.minimal/trunk/setup.py	2009-06-19 19:10:27 UTC (rev 101146)
@@ -23,7 +23,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.minimal',



More information about the Checkins mailing list