[Checkins] SVN: zope.app/trunk/setup. update way the build tag is handled

Fred L. Drake, Jr. fdrake at gmail.com
Sat Mar 24 13:54:24 EDT 2007


Log message for revision 73509:
  update way the build tag is handled

Changed:
  A   zope.app/trunk/setup.cfg
  U   zope.app/trunk/setup.py

-=-
Added: zope.app/trunk/setup.cfg
===================================================================
--- zope.app/trunk/setup.cfg	2007-03-24 17:43:38 UTC (rev 73508)
+++ zope.app/trunk/setup.cfg	2007-03-24 17:54:24 UTC (rev 73509)
@@ -0,0 +1,3 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = 1


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

Modified: zope.app/trunk/setup.py
===================================================================
--- zope.app/trunk/setup.py	2007-03-24 17:43:38 UTC (rev 73508)
+++ zope.app/trunk/setup.py	2007-03-24 17:54:24 UTC (rev 73509)
@@ -21,7 +21,7 @@
 from setuptools import setup, Extension, find_packages
 
 setup(name='zope.app',
-      version='3.4dev',
+      version='3.4',
       url='http://svn.zope.org/zope.app',
       license='ZPL 2.1',
       description='Zope zope.app',



More information about the Checkins mailing list