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

Wichert Akkerman wichert at wiggy.net
Wed Apr 14 06:49:37 EDT 2010


Log message for revision 110851:
  Tag 1.1.2

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

-=-
Modified: z3c.pt/tags/1.1.2/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2010-04-14 10:46:39 UTC (rev 110850)
+++ z3c.pt/tags/1.1.2/CHANGES.txt	2010-04-14 10:49:37 UTC (rev 110851)
@@ -1,7 +1,7 @@
 Changelog
 ---------
 
-1.1.2 (unreleased)
+1.1.2 (2010/04/14)
 ------------------
 
 - Make sure the interpolation flag is recursive.

Modified: z3c.pt/trunk/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2010-04-14 10:46:39 UTC (rev 110850)
+++ z3c.pt/trunk/CHANGES.txt	2010-04-14 10:49:37 UTC (rev 110851)
@@ -1,9 +1,15 @@
 Changelog
 ---------
 
-1.1.2 (unreleased)
+1.1.3 (unreleased)
 ------------------
 
+- Your change here..
+
+
+1.1.2 (2010/04/14)
+------------------
+
 - Make sure the interpolation flag is recursive.
 
 1.1.1 (2010/04/06)

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2010-04-14 10:46:39 UTC (rev 110850)
+++ z3c.pt/trunk/setup.py	2010-04-14 10:49:37 UTC (rev 110851)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '1.1.2'
+version = '1.1.3'
 
 install_requires = [
     'setuptools',



More information about the checkins mailing list