[Checkins] SVN: zope.thread/tags/3.0.0/ Package zope.thread-3.0.0 as an egg.

Tres Seaver tseaver at palladion.com
Wed Apr 5 09:45:02 EDT 2006


Log message for revision 66529:
  Package zope.thread-3.0.0 as an egg.

Changed:
  U   zope.thread/tags/3.0.0/CHANGES.txt
  U   zope.thread/tags/3.0.0/setup.py
  _U  zope.thread/tags/3.0.0/src/zope/

-=-
Modified: zope.thread/tags/3.0.0/CHANGES.txt
===================================================================
--- zope.thread/tags/3.0.0/CHANGES.txt	2006-04-05 13:41:31 UTC (rev 66528)
+++ zope.thread/tags/3.0.0/CHANGES.txt	2006-04-05 13:45:00 UTC (rev 66529)
@@ -1,22 +1,6 @@
 zope.thread Package Changelog
 =============================
 
-zope.thread version 3.2.0 (2006/01/05)
---------------------------------------
-
-- Corresponds to the verison of the zope.thread package shipped as part of
-  the Zope 3.2.0 release.
-
-- Packaging changes only.
-
-zope.thread version 3.1.0 (2005/10/03)
---------------------------------------
-
-- Corresponds to the verison of the zope.thread package shipped as part of
-  the Zope 3.1.0 release.
-
-- Coding style / documentation fixes only.
-
 zope.thread version 3.0.0 (2004/11/07)
 --------------------------------------
 

Modified: zope.thread/tags/3.0.0/setup.py
===================================================================
--- zope.thread/tags/3.0.0/setup.py	2006-04-05 13:41:31 UTC (rev 66528)
+++ zope.thread/tags/3.0.0/setup.py	2006-04-05 13:45:00 UTC (rev 66529)
@@ -24,7 +24,7 @@
     from distutils.core import setup, Extension
 
 setup(name='zope.thread',
-      version='1.0',
+      version='3.0.0',
       url='http://svn.zope.org/zope.thread',
       license='ZPL 2.1',
       description='Zope3 Thread-Local Storage',


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

   + thread svn://svn.zope.org/repos/main/Zope3/tags/ZopeX3-3.0.0/src/zope/thread




More information about the Checkins mailing list