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

Malthe Borch mborch at gmail.com
Wed Sep 14 03:46:14 EST 2011


Log message for revision 122802:
  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-09-14 08:45:43 UTC (rev 122801)
+++ z3c.pt/trunk/CHANGES.txt	2011-09-14 08:46:14 UTC (rev 122802)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next release ...
+2.1.4 (2011-09-14)
+~~~~~~~~~~~~~~~~~~
 
 - The provider expression is now first evaluated as a string
   expression, the result of which is used as the content provider

Modified: z3c.pt/trunk/setup.py
===================================================================
--- z3c.pt/trunk/setup.py	2011-09-14 08:45:43 UTC (rev 122801)
+++ z3c.pt/trunk/setup.py	2011-09-14 08:46:14 UTC (rev 122802)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import sys
 
-version = '2.1.3'
+version = '2.1.4'
 
 install_requires = [
     'setuptools',



More information about the checkins mailing list