Skip to content

Commit

Permalink
Preparing release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Mar 6, 2020
1 parent 9ea872e commit 1a8b01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -2,7 +2,7 @@
CHANGES
=========

1.2.0 (unreleased)
1.2.0 (2020-03-06)
==================

- Add support for Python 3.7 and 3.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@ def read(*rnames):
with open(os.path.join(os.path.dirname(__file__), *rnames)) as f:
return f.read()

version = '1.2.0.dev0'
version = '1.2.0'

BROWSER_REQUIRES = [
'zope.browser',
Expand Down

0 comments on commit 1a8b01f

Please sign in to comment.