Skip to content

Commit

Permalink
Preparing release 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frapell committed Dec 10, 2019
1 parent eb09590 commit 17349f6
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 @@ Changelog
=========


0.15.1 (unreleased)
0.15.1 (2019-12-10)
-------------------

- Do not assume that dates in user's properties are already as DateTime
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.15.1.dev0'
version = '0.15.1'

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

0 comments on commit 17349f6

Please sign in to comment.