Skip to content

Commit

Permalink
Preparing release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Feb 21, 2013
1 parent 749a0c9 commit e3018ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.txt
Expand Up @@ -2,10 +2,10 @@
CHANGES
=======

4.1.0a1 (2013-02-21)
--------------------
4.1.0 (2013-02-21)
------------------

- Added compatibility with Python-3.3
- Added compatibility with Python-3.3


4.0.0 (2012-12-10)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='zope.error',
version='4.1.0a1',
version='4.1.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description = "An error reporting utility for Zope3",
Expand Down

0 comments on commit e3018ee

Please sign in to comment.