SVN: zope.formlib/trunk/ Preparing release 4.1.0

Michael Howitz <[email protected]> Thu, 15 Mar 2012 04:11:20 -0400 (EDT)
Newsgroups gmane.comp.web.zope.zope3.cvs
Message-ID <20120315081120.D456C9420F__16217.9345418283$1331799090$gmane$org@cvs.zope.org>
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,