[Checkins] SVN: zc.catalog/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Fri Feb 27 09:44:59 EST 2009


Log message for revision 97356:
  Bump version.

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

-=-
Modified: zc.catalog/trunk/CHANGES.txt
===================================================================
--- zc.catalog/trunk/CHANGES.txt	2009-02-27 14:44:33 UTC (rev 97355)
+++ zc.catalog/trunk/CHANGES.txt	2009-02-27 14:44:59 UTC (rev 97356)
@@ -5,9 +5,14 @@
 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.1 (unreleased)
+1.4.2 (unreleased)
 ------------------
 
+* ...
+
+1.4.1 (2009-02-27)
+------------------
+
 * Add FieldIndex-like sorting support for the ValueIndex.
 
 * Add sorting indexes support for the NormalizationWrapper.

Modified: zc.catalog/trunk/setup.py
===================================================================
--- zc.catalog/trunk/setup.py	2009-02-27 14:44:33 UTC (rev 97355)
+++ zc.catalog/trunk/setup.py	2009-02-27 14:44:59 UTC (rev 97356)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname('.'), *rnames)).read()
 
 setup(name='zc.catalog',
-      version = '1.4.1dev',
+      version = '1.4.2dev',
       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