[Checkins] SVN: zc.catalog/trunk/ vb

Michael Howitz mh at gocept.com
Sat Feb 7 10:50:39 EST 2009


Log message for revision 96219:
  vb
  

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-07 15:49:22 UTC (rev 96218)
+++ zc.catalog/trunk/CHANGES.txt	2009-02-07 15:50:39 UTC (rev 96219)
@@ -5,6 +5,12 @@
 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.0 (2009-02-07)
 ------------------
 

Modified: zc.catalog/trunk/setup.py
===================================================================
--- zc.catalog/trunk/setup.py	2009-02-07 15:49:22 UTC (rev 96218)
+++ zc.catalog/trunk/setup.py	2009-02-07 15:50:39 UTC (rev 96219)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname('.'), *rnames)).read()
 
 setup(name='zc.catalog',
-      version = '1.4.0dev',
+      version = '1.4.1dev',
       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