Skip to content

Commit

Permalink
Preparing release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed May 1, 2017
1 parent 652e4e1 commit e81d9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
CHANGES
=======

4.0.0 (unreleased)
4.0.0 (2017-05-01)
------------------

- Add support for PyPy, and Python 3.4, 3.5 and 3.6.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
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 = [
'webtest',
Expand Down

0 comments on commit e81d9f0

Please sign in to comment.