[Checkins] SVN: z3c.pt/trunk/ Preparing release.

Malthe Borch mborch at gmail.com
Fri Aug 19 08:02:31 EDT 2011


Log message for revision 122613:
  Preparing release.

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

-=-
Modified: z3c.pt/trunk/CHANGES.txt
===================================================================
--- z3c.pt/trunk/CHANGES.txt	2011-08-19 12:02:05 UTC (rev 122612)
+++ z3c.pt/trunk/CHANGES.txt	2011-08-19 12:02:31 UTC (rev 122613)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next release ...
+2.1.2 (2011-08-19)
+~~~~~~~~~~~~~~~~~~
 
 - Enable option ``literal_false`` to get the behavior that a value of
   ``False`` does not drop an attribute.

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2011-08-19 12:02:05 UTC (rev 122612)
+++ z3c.pt/trunk/setup.py	2011-08-19 12:02:31 UTC (rev 122613)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '2.1.2-dev'
+version = '2.1.2'
 
 install_requires = [
     'setuptools',



More information about the checkins mailing list