Skip to content

Commit

Permalink
Bumped version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Konovaliuk committed Jul 28, 2016
1 parent ccd62a8 commit 66e668f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
=======

1.1.1 (2016-07-28)
------------------
- Fixed handling of expiration exceptions during selection of decryption method
(patch contributed by yuriikonovaliuk)

1.1.0 (2016-03-03)
------------------
- Allowed to decrypt JWE compliant tokens (patch contributed by
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def finalize_package_data(self):
pkg_name = '-'.join((pyver.replace('.', ''), pkg_name))

setup(name=pkg_name,
version='1.1.0',
version='1.1.1',
author='Demian Brecht',
author_email='dbrecht@demonware.net',
py_modules=['jose'],
Expand Down

0 comments on commit 66e668f

Please sign in to comment.