[Checkins] SVN: z3c.pagelet/trunk/ Back to development: 1.2.2

Michael Howitz mh at gocept.com
Thu Jul 29 02:50:09 EDT 2010


Log message for revision 115189:
  Back to development: 1.2.2

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

-=-
Modified: z3c.pagelet/trunk/CHANGES.txt
===================================================================
--- z3c.pagelet/trunk/CHANGES.txt	2010-07-29 06:49:35 UTC (rev 115188)
+++ z3c.pagelet/trunk/CHANGES.txt	2010-07-29 06:50:08 UTC (rev 115189)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+1.2.2 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 1.2.1 (2010-07-29)
 ------------------
 

Modified: z3c.pagelet/trunk/setup.py
===================================================================
--- z3c.pagelet/trunk/setup.py	2010-07-29 06:49:35 UTC (rev 115188)
+++ z3c.pagelet/trunk/setup.py	2010-07-29 06:50:08 UTC (rev 115189)
@@ -22,7 +22,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.2.1'
+version = '1.2.2dev'
 
 setup(
     name='z3c.pagelet',



More information about the checkins mailing list