[Checkins] SVN: z3c.pt/t Tag 1.2.1

Wichert Akkerman wichert at wiggy.net
Thu May 13 16:06:15 EDT 2010


Log message for revision 112298:
  Tag 1.2.1

Changed:
  A   z3c.pt/tags/1.2.1/
  U   z3c.pt/tags/1.2.1/CHANGES.txt
  U   z3c.pt/trunk/CHANGES.txt
  U   z3c.pt/trunk/setup.py

-=-
Modified: z3c.pt/tags/1.2.1/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2010-05-13 20:03:16 UTC (rev 112297)
+++ z3c.pt/tags/1.2.1/CHANGES.txt	2010-05-13 20:06:15 UTC (rev 112298)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next release...
+1.2.1 (2010/05/13)
+------------------
 
 - Bind template to the template object in the general case.
 

Modified: z3c.pt/trunk/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2010-05-13 20:03:16 UTC (rev 112297)
+++ z3c.pt/trunk/CHANGES.txt	2010-05-13 20:06:15 UTC (rev 112298)
@@ -3,6 +3,12 @@
 
 In next release...
 
+- ...
+
+
+1.2.1 (2010/05/13)
+------------------
+
 - Bind template to the template object in the general case.
 
 1.2 (2010/05/12)

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2010-05-13 20:03:16 UTC (rev 112297)
+++ z3c.pt/trunk/setup.py	2010-05-13 20:06:15 UTC (rev 112298)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '1.2.1'
+version = '1.2.2dev'
 
 install_requires = [
     'setuptools',



More information about the checkins mailing list