[Checkins] SVN: zope.deprecation/tags/3.2.0/s Release engineering for zope.deprecation-3.2.0 egg.

Tres Seaver tseaver at palladion.com
Tue Apr 4 13:44:26 EDT 2006


Log message for revision 66420:
  Release engineering for zope.deprecation-3.2.0 egg.

Changed:
  U   zope.deprecation/tags/3.2.0/setup.cfg.in
  U   zope.deprecation/tags/3.2.0/setup.py
  _U  zope.deprecation/tags/3.2.0/src/zope/

-=-
Modified: zope.deprecation/tags/3.2.0/setup.cfg.in
===================================================================
--- zope.deprecation/tags/3.2.0/setup.cfg.in	2006-04-04 17:39:32 UTC (rev 66419)
+++ zope.deprecation/tags/3.2.0/setup.cfg.in	2006-04-04 17:44:26 UTC (rev 66420)
@@ -1,6 +1,2 @@
 [development]
 depends = zope.testing
-
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1

Modified: zope.deprecation/tags/3.2.0/setup.py
===================================================================
--- zope.deprecation/tags/3.2.0/setup.py	2006-04-04 17:39:32 UTC (rev 66419)
+++ zope.deprecation/tags/3.2.0/setup.py	2006-04-04 17:44:26 UTC (rev 66420)
@@ -25,9 +25,9 @@
     from distutils.core import setup, Extension
     
 setup(name='zope.deprecation',
-      version='3.0',
+      version='3.2.0',
 
-      url='http://svn.zope.org/zope.deprecation',
+      url='http://svn.zope.org/zope.deprecation/tags/3.2.0',
       license='ZPL 2.1',
       description='Zope 3 Deprecation Infrastructure',
       author='Zope Corporation and Contributors',


Property changes on: zope.deprecation/tags/3.2.0/src/zope
___________________________________________________________________
Name: svn:externals
   - deprecation svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/deprecation

   + deprecation svn://svn.zope.org/repos/main/Zope3/tags/Zope-3.2.0/src/zope/deprecation




More information about the Checkins mailing list