[Checkins] SVN: zope.interface/tags/3.2.0/ Package zope.interface-3.2.0 as egg.

Tres Seaver tseaver at palladion.com
Tue Apr 4 16:13:36 EDT 2006


Log message for revision 66441:
  Package zope.interface-3.2.0 as egg.

Changed:
  U   zope.interface/tags/3.2.0/CHANGES.txt
  U   zope.interface/tags/3.2.0/setup.py
  _U  zope.interface/tags/3.2.0/src/zope/

-=-
Modified: zope.interface/tags/3.2.0/CHANGES.txt
===================================================================
--- zope.interface/tags/3.2.0/CHANGES.txt	2006-04-04 20:03:34 UTC (rev 66440)
+++ zope.interface/tags/3.2.0/CHANGES.txt	2006-04-04 20:13:35 UTC (rev 66441)
@@ -1,13 +1,7 @@
 zope.interface Package Changelog
 ================================
 
-zope.interface version 3.2.1 (2006/03/26)
------------------------------------------
 
-- Corresponds to the verison of the zope.interface package shipped as part of
-  the Zope 3.2.1 release.
-
-
 zope.interface version 3.2.0 (2006/01/05)
 -----------------------------------------
 

Modified: zope.interface/tags/3.2.0/setup.py
===================================================================
--- zope.interface/tags/3.2.0/setup.py	2006-04-04 20:03:34 UTC (rev 66440)
+++ zope.interface/tags/3.2.0/setup.py	2006-04-04 20:13:35 UTC (rev 66441)
@@ -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,
@@ -24,9 +24,9 @@
     from distutils.core import setup, Extension
     
 setup(name='zope.interface',
-      version='3.0',
+      version='3.2.0',
 
-      url='http://svn.zope.org/zope.interface',
+      url='http://svn.zope.org/zope.interface/tags/3.2.0',
       license='ZPL 2.1',
       description='Zope 3 Interface Infrastructure',
       author='Zope Corporation and Contributors',


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

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




More information about the Checkins mailing list