[Checkins] SVN: z3c.form/trunk/ Preparing release 2.5.1

Michael Howitz mh at gocept.com
Sat Nov 26 11:45:39 UTC 2011


Log message for revision 123484:
  Preparing release 2.5.1

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

-=-
Modified: z3c.form/trunk/CHANGES.txt
===================================================================
--- z3c.form/trunk/CHANGES.txt	2011-11-24 10:16:56 UTC (rev 123483)
+++ z3c.form/trunk/CHANGES.txt	2011-11-26 11:45:36 UTC (rev 123484)
@@ -2,15 +2,20 @@
 CHANGES
 =======
 
-2.5.1 (unreleased)
+2.5.1 (2011-11-26)
 ------------------
 
+- Better compatibility with Chameleon 2.x.
+
+- Added \*.mo files missing in version 2.5.0.
+
 - Pinned minimum version of test dependency `z3c.template`.
 
+
 2.5.0 (2011-10-29)
 ------------------
 
-- fix coverage report generator script buildout setup
+- Fixed coverage report generator script buildout setup.
 
 - Note: z3c.pt and chameleon are not fully compatible right now ith TAL.
   Traversing the repeat wwrapper is not done the same way. ZPT uses the

Modified: z3c.form/trunk/setup.py
===================================================================
--- z3c.form/trunk/setup.py	2011-11-24 10:16:56 UTC (rev 123483)
+++ z3c.form/trunk/setup.py	2011-11-26 11:45:36 UTC (rev 123484)
@@ -47,7 +47,7 @@
 
 setup(
     name='z3c.form',
-    version = '2.5.1dev',
+    version='2.5.1',
     author="Stephan Richter, Roger Ineichen and the Zope Community",
     author_email="zope-dev at zope.org",
     description="An advanced form and widget framework for Zope 3",



More information about the checkins mailing list