[Checkins] SVN: z3c.zcmlhook/tags/1.0b1/setup. Updating version and removing setup.cfg for the tag

Martin Aspeli optilude at gmx.net
Sat Jan 2 07:45:56 EST 2010


Log message for revision 107546:
  Updating version and removing setup.cfg for the tag

Changed:
  D   z3c.zcmlhook/tags/1.0b1/setup.cfg
  U   z3c.zcmlhook/tags/1.0b1/setup.py

-=-
Deleted: z3c.zcmlhook/tags/1.0b1/setup.cfg
===================================================================
--- z3c.zcmlhook/tags/1.0b1/setup.cfg	2010-01-02 12:45:33 UTC (rev 107545)
+++ z3c.zcmlhook/tags/1.0b1/setup.cfg	2010-01-02 12:45:56 UTC (rev 107546)
@@ -1,4 +0,0 @@
-[egg_info]
-tag_build = dev
-tag_svn_revision = true
-

Modified: z3c.zcmlhook/tags/1.0b1/setup.py
===================================================================
--- z3c.zcmlhook/tags/1.0b1/setup.py	2010-01-02 12:45:33 UTC (rev 107545)
+++ z3c.zcmlhook/tags/1.0b1/setup.py	2010-01-02 12:45:56 UTC (rev 107546)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os.path
 
-version = "1.0b1"
+version = '1.0b1'
 
 setup(name                  = "z3c.zcmlhook",
       version               = version,



More information about the checkins mailing list