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 Apr 22, 2017
1 parent 75a453c commit 70f5389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -2,8 +2,8 @@
Changes
=======

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

- Add support for Python 3 and PyPy.
- Do not explicitly require ``zope.security [untrustedpython]``. Older
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,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'


setup(name='zope.app.pagetemplate',
Expand Down

0 comments on commit 70f5389

Please sign in to comment.