[Checkins] SVN: zc.displayname/trunk/setup.py Updated the version to reflect the publication of the egg

Alexander Heavner alex at zope.com
Thu Feb 8 14:19:42 EST 2007


Log message for revision 72470:
  Updated the version to reflect the publication of the egg
  

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

-=-
Modified: zc.displayname/trunk/setup.py
===================================================================
--- zc.displayname/trunk/setup.py	2007-02-08 18:20:09 UTC (rev 72469)
+++ zc.displayname/trunk/setup.py	2007-02-08 19:19:42 UTC (rev 72470)
@@ -2,7 +2,7 @@
 
 setup(
     name = "zc.displayname",
-    version = "1.0",
+    version = "1.1dev",
 
     packages = find_packages('src'),
     include_package_data = True,



More information about the Checkins mailing list