[Zope3-checkins] SVN: zope.formlib/trunk/ Preparing release 4.1.0
Michael Howitz
cvs-admin at zope.org
Thu Mar 15 08:11:20 UTC 2012
Log message for revision 124595:
Preparing release 4.1.0
Changed:
U zope.formlib/trunk/CHANGES.txt
U zope.formlib/trunk/setup.py
-=-
Modified: zope.formlib/trunk/CHANGES.txt
===================================================================
--- zope.formlib/trunk/CHANGES.txt 2012-03-15 07:59:25 UTC (rev 124594)
+++ zope.formlib/trunk/CHANGES.txt 2012-03-15 08:11:17 UTC (rev 124595)
@@ -2,7 +2,7 @@
Changes
=======
-4.1.0 (unreleased)
+4.1.0 (2012-03-15)
==================
- `checkInvariants` now takes the context of the form into account when
Modified: zope.formlib/trunk/setup.py
===================================================================
--- zope.formlib/trunk/setup.py 2012-03-15 07:59:25 UTC (rev 124594)
+++ zope.formlib/trunk/setup.py 2012-03-15 08:11:17 UTC (rev 124595)
@@ -24,7 +24,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-version = '4.1.0dev'
+version = '4.1.0'
setup(name='zope.formlib',
version=version,
More information about the Zope3-Checkins
mailing list