Skip to content

Commit 5835ec9

Browse files
Merge pull request #22 from Demonware/bump_to_1.1.1
Bumped version to 1.1.1
2 parents ccd62a8 + 66e668f commit 5835ec9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGES
22
=======
33

4+
1.1.1 (2016-07-28)
5+
------------------
6+
- Fixed handling of expiration exceptions during selection of decryption method
7+
(patch contributed by yuriikonovaliuk)
8+
49
1.1.0 (2016-03-03)
510
------------------
611
- Allowed to decrypt JWE compliant tokens (patch contributed by

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def finalize_package_data(self):
4444
pkg_name = '-'.join((pyver.replace('.', ''), pkg_name))
4545

4646
setup(name=pkg_name,
47-
version='1.1.0',
47+
version='1.1.1',
4848
author='Demian Brecht',
4949
author_email='[email protected]',
5050
py_modules=['jose'],

0 commit comments

Comments
 (0)