[Checkins] SVN: zope.exceptions/trunk/ prepare

Hano Schlichting cvs-admin at zope.org
Mon Aug 20 15:19:44 UTC 2012


Log message for revision 127534:
  prepare

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

-=-
Modified: zope.exceptions/trunk/CHANGES.txt
===================================================================
--- zope.exceptions/trunk/CHANGES.txt	2012-08-20 15:18:14 UTC (rev 127533)
+++ zope.exceptions/trunk/CHANGES.txt	2012-08-20 15:19:40 UTC (rev 127534)
@@ -1,7 +1,7 @@
 zope.exceptions Changelog
 =========================
 
-4.0.1 (unreleased)
+4.0.1 (2012-08-20)
 ------------------
 
 - Fixed optional dependency code for `zope.security` to work under Python 3.3.

Modified: zope.exceptions/trunk/setup.py
===================================================================
--- zope.exceptions/trunk/setup.py	2012-08-20 15:18:14 UTC (rev 127533)
+++ zope.exceptions/trunk/setup.py	2012-08-20 15:19:40 UTC (rev 127534)
@@ -27,7 +27,7 @@
 
 
 setup(name='zope.exceptions',
-      version='4.0.1dev',
+      version='4.0.1',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Exceptions',
@@ -44,6 +44,7 @@
           'Programming Language :: Python :: 2.7',
           'Programming Language :: Python :: 3',
           'Programming Language :: Python :: 3.2',
+          'Programming Language :: Python :: 3.3',
           "Programming Language :: Python :: Implementation :: CPython",
           "Programming Language :: Python :: Implementation :: PyPy",
           'Natural Language :: English',



More information about the checkins mailing list