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

Adam Groszer cvs-admin at zope.org
Sat Sep 15 15:58:34 UTC 2012


Log message for revision 127845:
  Preparing release 1.3.1

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

-=-
Modified: z3c.pagelet/trunk/CHANGES.txt
===================================================================
--- z3c.pagelet/trunk/CHANGES.txt	2012-09-15 13:01:48 UTC (rev 127844)
+++ z3c.pagelet/trunk/CHANGES.txt	2012-09-15 15:58:30 UTC (rev 127845)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.3.1 (unreleased)
+1.3.1 (2012-09-15)
 ------------------
 
 - Fix ``IPageletDirective`` after a change in

Modified: z3c.pagelet/trunk/setup.py
===================================================================
--- z3c.pagelet/trunk/setup.py	2012-09-15 13:01:48 UTC (rev 127844)
+++ z3c.pagelet/trunk/setup.py	2012-09-15 15:58:30 UTC (rev 127845)
@@ -22,7 +22,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.3.1dev'
+version = '1.3.1'
 
 setup(
     name='z3c.pagelet',



More information about the checkins mailing list