Skip to content

Commit

Permalink
Preparing release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frapell committed Dec 14, 2018
1 parent 4325e24 commit 54f78a3
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 @@
Changelog
=========

0.13.1 (unreleased)
0.14.0 (2018-12-14)
-------------------

- Standrize error messages so it will be the same whether the user was
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '0.13.1.dev0'
version = '0.14.0'

setup(name='collective.pwexpiry',
version=version,
Expand Down

0 comments on commit 54f78a3

Please sign in to comment.