Skip to content

Commit

Permalink
Prep 4.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 27, 2014
1 parent 7663116 commit de0067e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

4.1.0 (Unreleased)
4.1.0 (2014-12-27)
------------------

- Add support for PyPy (PyPy3 blocked on PyPy3-compatible ``zodbpickle``).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name = 'zope.intid',
version='4.1.0.dev0',
version='4.1.0',
author='Albertas Agejevas and Gintautas Miliauskas',
maintainer='Zope developers',
maintainer_email='zope-dev@zope.org',
Expand Down

0 comments on commit de0067e

Please sign in to comment.