[Checkins] SVN: zc.sourcefactory/trunk/setup. - fix build tag to what was previously used internally (and avoid screaming)

Fred L. Drake, Jr. fdrake at gmail.com
Fri Mar 23 04:46:43 EDT 2007


Log message for revision 73482:
  - fix build tag to what was previously used internally (and avoid screaming)
  - bump version number to avoid having to care about the old build tag
  

Changed:
  A   zc.sourcefactory/trunk/setup.cfg
  U   zc.sourcefactory/trunk/setup.py

-=-
Added: zc.sourcefactory/trunk/setup.cfg
===================================================================
--- zc.sourcefactory/trunk/setup.cfg	2007-03-23 08:21:56 UTC (rev 73481)
+++ zc.sourcefactory/trunk/setup.cfg	2007-03-23 08:46:42 UTC (rev 73482)
@@ -0,0 +1,3 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = 1


Property changes on: zc.sourcefactory/trunk/setup.cfg
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Modified: zc.sourcefactory/trunk/setup.py
===================================================================
--- zc.sourcefactory/trunk/setup.py	2007-03-23 08:21:56 UTC (rev 73481)
+++ zc.sourcefactory/trunk/setup.py	2007-03-23 08:46:42 UTC (rev 73482)
@@ -2,7 +2,7 @@
 
 setup(
     name="zc.sourcefactory",
-    version="0.1",
+    version="0.2",
     author="Zope Corporation and Contributors",
     author_email="zope3-dev at zope.org",
     url="http://svn.zope.org/zc.sourcefactory",



More information about the Checkins mailing list