Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Preparing release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Apr 22, 2017
1 parent 250c328 commit dce1721
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
Expand Up @@ -2,7 +2,7 @@
CHANGES
=======

4.0.0 (unreleased)
4.0.0 (2017-04-22)
------------------

- Add support for Python 3.4, 3.5, and 3.6 and PyPy.
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):
with open(os.path.join(os.path.dirname(__file__), *rnames)) as f:
return f.read()

version = '4.0.0.dev0'
version = '4.0.0'
tests_require = [
'zope.container',
'zope.testing',
Expand Down

0 comments on commit dce1721

Please sign in to comment.