[Checkins] SVN: zope.exceptions/tags/3.2.0/s Release engineering for zope.exceptions-3.2.0 eggification.

Tres Seaver tseaver at palladion.com
Tue Apr 4 12:20:13 EDT 2006


Log message for revision 66405:
  Release engineering for zope.exceptions-3.2.0 eggification.

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

-=-
Modified: zope.exceptions/tags/3.2.0/setup.cfg.in
===================================================================
--- zope.exceptions/tags/3.2.0/setup.cfg.in	2006-04-04 16:15:22 UTC (rev 66404)
+++ zope.exceptions/tags/3.2.0/setup.cfg.in	2006-04-04 16:20:12 UTC (rev 66405)
@@ -1,6 +1,2 @@
 [development]
 depends = zope.testing
-
-[egg_info]
-tag_build = .dev
-tag_svn_revision = 1

Modified: zope.exceptions/tags/3.2.0/setup.py
===================================================================
--- zope.exceptions/tags/3.2.0/setup.py	2006-04-04 16:15:22 UTC (rev 66404)
+++ zope.exceptions/tags/3.2.0/setup.py	2006-04-04 16:20:12 UTC (rev 66405)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2004 Zope Corporation and Contributors.
+# Copyright (c) 2006 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Setup for zope.i18nmessageid package
+"""Setup for zope.exceptions package
 
 $Id$
 """
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.exceptions',
-      version='3.0',
+      version='3.2.0',
       url='http://svn.zope.org/zope.exceptions',
       license='ZPL 2.1',
       description='exceptions',


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

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




More information about the Checkins mailing list