[Checkins] SVN: zc.catalog/trunk/ Preparing release 1.4.2

Sylvain Viollon sylvain at infrae.com
Wed Jan 20 09:16:15 EST 2010


Log message for revision 108322:
  Preparing release 1.4.2

Changed:
  U   zc.catalog/trunk/CHANGES.txt
  U   zc.catalog/trunk/setup.py

-=-
Modified: zc.catalog/trunk/CHANGES.txt
===================================================================
--- zc.catalog/trunk/CHANGES.txt	2010-01-20 14:02:38 UTC (rev 108321)
+++ zc.catalog/trunk/CHANGES.txt	2010-01-20 14:16:15 UTC (rev 108322)
@@ -5,7 +5,7 @@
 The 1.2 line (and higher) supports Zope 3.4/ZODB 3.8.  The 1.1 line supports
 Zope 3.3/ZODB 3.7.
 
-1.4.2 (unreleased)
+1.4.2 (2010-01-20)
 ------------------
 
 * Fix missing testing dependencies when using ZTK by adding zope.login.

Modified: zc.catalog/trunk/setup.py
===================================================================
--- zc.catalog/trunk/setup.py	2010-01-20 14:02:38 UTC (rev 108321)
+++ zc.catalog/trunk/setup.py	2010-01-20 14:16:15 UTC (rev 108322)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname('.'), *rnames)).read()
 
 setup(name='zc.catalog',
-      version = '1.4.2dev',
+      version = '1.4.2',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description="Extensions to the Zope 3 Catalog",



More information about the checkins mailing list