summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2012-08-20 15:19:40 +0000
committerHanno Schlichting <hanno@hannosch.eu>2012-08-20 15:19:40 +0000
commit8f5e4d4e4fa2dd7a47052bd275d7455d5d4286fa (patch)
tree10e1b394de2e225a6276e4e30c1b066be24b1897
parent83575eba2872c16131dd1bbfb089dd88d4602c48 (diff)
downloadzope-exceptions-8f5e4d4e4fa2dd7a47052bd275d7455d5d4286fa.tar.gz
prepare
-rw-r--r--CHANGES.txt2
-rw-r--r--setup.py3
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9fe96ce..72586b2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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.
diff --git a/setup.py b/setup.py
index 3e8eb5f..1cbdfbe 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def read(*rnames):
setup(name='zope.exceptions',
- version='4.0.1dev',
+ version='4.0.1',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',
@@ -44,6 +44,7 @@ setup(name='zope.exceptions',
'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',