[Checkins] SVN: zope.exceptions/branches/regebro-python3/setup. This branch should have releases tagged with svn revisions until merge.

Lennart Regebro regebro at gmail.com
Mon Dec 14 12:24:07 EST 2009


Log message for revision 106498:
  This branch should have releases tagged with svn revisions until merge.

Changed:
  A   zope.exceptions/branches/regebro-python3/setup.cfg
  U   zope.exceptions/branches/regebro-python3/setup.py

-=-
Added: zope.exceptions/branches/regebro-python3/setup.cfg
===================================================================
--- zope.exceptions/branches/regebro-python3/setup.cfg	                        (rev 0)
+++ zope.exceptions/branches/regebro-python3/setup.cfg	2009-12-14 17:24:07 UTC (rev 106498)
@@ -0,0 +1,2 @@
+[egg_info]
+tag_svn_revision = true

Modified: zope.exceptions/branches/regebro-python3/setup.py
===================================================================
--- zope.exceptions/branches/regebro-python3/setup.py	2009-12-14 17:22:55 UTC (rev 106497)
+++ zope.exceptions/branches/regebro-python3/setup.py	2009-12-14 17:24:07 UTC (rev 106498)
@@ -37,7 +37,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.exceptions',
-      version = '3.6.0dev',
+      version = '3.6.0py3',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Exceptions',



More information about the checkins mailing list