[Checkins] SVN: zope.error/trunk/ Releasing 4.1.0a1

Andrey Lebedev cvs-admin at zope.org
Thu Feb 21 17:21:46 UTC 2013


Log message for revision 129584:
  Releasing 4.1.0a1
  
  

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

-=-
Modified: zope.error/trunk/CHANGES.txt
===================================================================
--- zope.error/trunk/CHANGES.txt	2013-02-21 17:19:18 UTC (rev 129583)
+++ zope.error/trunk/CHANGES.txt	2013-02-21 17:21:46 UTC (rev 129584)
@@ -2,10 +2,10 @@
 CHANGES
 =======
 
-4.0.1 (unreleased)
-------------------
+4.1.0a1 (2013-02-21)
+--------------------
 
-- Nothing changed yet.
+- Added compatibility with Python-3.3 
 
 
 4.0.0 (2012-12-10)

Modified: zope.error/trunk/setup.py
===================================================================
--- zope.error/trunk/setup.py	2013-02-21 17:19:18 UTC (rev 129583)
+++ zope.error/trunk/setup.py	2013-02-21 17:21:46 UTC (rev 129584)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.error',
-    version='4.0.1.dev0',
+    version='4.1.0a1',
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
     description = "An error reporting utility for Zope3",
@@ -47,6 +47,7 @@
         'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.6',
         'Programming Language :: Python :: 2.7',
+        'Programming Language :: Python :: 3.3',
         'Natural Language :: English',
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',



More information about the checkins mailing list