[Checkins] SVN: zope.testing/branches/regebro-doctest-patching/setup. I like setup.cfg's for dev versions.

Lennart Regebro regebro at gmail.com
Mon Apr 26 12:40:12 EDT 2010


Log message for revision 111449:
  I like setup.cfg's for dev versions.
  

Changed:
  A   zope.testing/branches/regebro-doctest-patching/setup.cfg
  U   zope.testing/branches/regebro-doctest-patching/setup.py

-=-
Added: zope.testing/branches/regebro-doctest-patching/setup.cfg
===================================================================
--- zope.testing/branches/regebro-doctest-patching/setup.cfg	                        (rev 0)
+++ zope.testing/branches/regebro-doctest-patching/setup.cfg	2010-04-26 16:40:11 UTC (rev 111449)
@@ -0,0 +1,3 @@
+[egg_info]
+tag_build = dev
+tag_svn_revision = true

Modified: zope.testing/branches/regebro-doctest-patching/setup.py
===================================================================
--- zope.testing/branches/regebro-doctest-patching/setup.py	2010-04-26 16:38:24 UTC (rev 111448)
+++ zope.testing/branches/regebro-doctest-patching/setup.py	2010-04-26 16:40:11 UTC (rev 111449)
@@ -85,7 +85,7 @@
 
 setup(
     name='zope.testing',
-    version = '3.9.5dev',
+    version = '3.9.5',
     url='http://pypi.python.org/pypi/zope.testing',
     license='ZPL 2.1',
     description='Zope testing framework, including the testrunner script.',



More information about the checkins mailing list