[Checkins] SVN: zc.catalog/tags/1.4.3/setup.py Remove dev marker

Patrick Strawderman patrick at zope.com
Tue Mar 9 11:51:15 EST 2010


Log message for revision 109876:
  Remove dev marker

Changed:
  U   zc.catalog/tags/1.4.3/setup.py

-=-
Modified: zc.catalog/tags/1.4.3/setup.py
===================================================================
--- zc.catalog/tags/1.4.3/setup.py	2010-03-09 16:48:54 UTC (rev 109875)
+++ zc.catalog/tags/1.4.3/setup.py	2010-03-09 16:51:14 UTC (rev 109876)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname('.'), *rnames)).read()
 
 setup(name='zc.catalog',
-      version = '1.4.3dev',
+      version = '1.4.3',
       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