[Checkins] SVN: zope.component/trunk/ Get ready for releease

Philipp von Weitershausen philikon at philikon.de
Sat Sep 29 06:55:38 EDT 2007


Log message for revision 80364:
  Get ready for releease
  

Changed:
  U   zope.component/trunk/README.txt
  U   zope.component/trunk/setup.py

-=-
Modified: zope.component/trunk/README.txt
===================================================================
--- zope.component/trunk/README.txt	2007-09-29 10:49:09 UTC (rev 80363)
+++ zope.component/trunk/README.txt	2007-09-29 10:55:37 UTC (rev 80364)
@@ -11,6 +11,20 @@
 Releases
 ********
 
+3.4.0 (2007-09-29)
+==================
+
+No further changes since 3.4.0a1.
+
+3.4.0a1 (2007-04-22)
+====================
+
+Corresponds to zope.component from Zope 3.4.0a1.
+
+In the Zope 3.3.x series, ``zope.component`` was simplified yet once
+more.  See http://wiki.zope.org/zope3/LocalComponentManagementSimplification
+for the proposal describing the changes.
+
 3.2.0.2 (2006/04/15)
 ====================
 
@@ -27,12 +41,12 @@
 Corresponds to the verison of the zope.component package shipped as part of
 the Zope 3.2.0 release.
 
-Deprecated services and related APIS. The adapter and utility registries
+Deprecated services and related APIs. The adapter and utility registries
 are now available directly via the site manager's 'adapters' and 'utilities'
 attributes, respectively.  Services are accessible, but deprecated, and
 will be removed in Zope 3.3.
 
-Deprectaed all presentation-related APIS, including all view-related
+Deprectaed all presentation-related APIs, including all view-related
 API functions. Use the adapter API functions instead.
 See http://dev.zope.org/Zope3/ImplementViewsAsAdapters`
 

Modified: zope.component/trunk/setup.py
===================================================================
--- zope.component/trunk/setup.py	2007-09-29 10:49:09 UTC (rev 80363)
+++ zope.component/trunk/setup.py	2007-09-29 10:55:37 UTC (rev 80364)
@@ -26,10 +26,10 @@
 name = 'zope.component'
 setup(
     name=name,
-    version = '3.4.0b1',
-    url='http://www.python.org/pypi/'+name,
+    version = '3.4.0',
+    url='http://pypi.python.org/pypi/'+name,
     license='ZPL 2.1',
-    description='Core of the Zope Component Architecture',
+    description='Zope Component Architecture',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     long_description=(



More information about the Checkins mailing list