[Checkins] SVN: zope.configuration/trunk/ Prep 3.4.1 release.

Tres Seaver tseaver at palladion.com
Mon Oct 6 07:28:58 EDT 2008


Log message for revision 91795:
  Prep 3.4.1 release.

Changed:
  U   zope.configuration/trunk/CHANGES.txt
  U   zope.configuration/trunk/setup.py

-=-
Modified: zope.configuration/trunk/CHANGES.txt
===================================================================
--- zope.configuration/trunk/CHANGES.txt	2008-10-06 11:27:15 UTC (rev 91794)
+++ zope.configuration/trunk/CHANGES.txt	2008-10-06 11:28:57 UTC (rev 91795)
@@ -2,9 +2,12 @@
 Changes
 =======
 
-3.4.1 (unreleased)
+3.4.1 (2008-10-06)
 ------------------
 
+- Use built-in 'set' type, rather than importin the 'sets' module,
+  which is deprecated in Python 2.6.
+
 - Added support to bootstrap on Jython.
 
 3.4.0 (2007-10-02)

Modified: zope.configuration/trunk/setup.py
===================================================================
--- zope.configuration/trunk/setup.py	2008-10-06 11:27:15 UTC (rev 91794)
+++ zope.configuration/trunk/setup.py	2008-10-06 11:28:57 UTC (rev 91795)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.configuration',
-      version = '3.4.1dev',
+      version = '3.4.1',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Configuration Markup Language (ZCML)',



More information about the Checkins mailing list