[Checkins] SVN: zc.catalog/trunk/setup.py Updated the version number in setup.py so that the most recent egg will

Alexander Heavner alex at zope.com
Thu Feb 15 15:44:28 EST 2007


Log message for revision 72632:
  Updated the version number in setup.py so that the most recent egg will
  be used.
  

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

-=-
Modified: zc.catalog/trunk/setup.py
===================================================================
--- zc.catalog/trunk/setup.py	2007-02-15 20:09:39 UTC (rev 72631)
+++ zc.catalog/trunk/setup.py	2007-02-15 20:44:27 UTC (rev 72632)
@@ -3,7 +3,7 @@
 
 setup(
     name="zc.catalog",
-    version="1.1dev",
+    version="1.2dev",
     packages=find_packages('src', exclude=["*.tests", "*.ftests"]),
     
     package_dir= {'':'src'},



More information about the Checkins mailing list