Skip to content

Commit

Permalink
Preparing release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Mar 13, 2013
1 parent f82401e commit 2951588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
@@ -1,7 +1,7 @@
CHANGES
=======

4.0.1 (unreleased)
4.0.1 (2013-03-12)
------------------

- Added Trove classifier claiming PyPy support.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name="zope.dottedname",
version='4.0.1.dev0',
version='4.0.1',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Resolver for Python dotted names.',
Expand Down

0 comments on commit 2951588

Please sign in to comment.