Skip to content

Commit a125433

Browse files
committed
Bump up version
1 parent 3554edd commit a125433

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
[Unreleased][unreleased]
88
-------------------------------------------------------------------------
9+
10+
[v1.2.0][1.2.0]
11+
-------------------------------------------------------------------------
912
### Fixed
1013
- Added back `verify_expiration=` argument to `jwt.decode()` that was erroneously removed in [v1.1.0][1.1.0].
1114

@@ -52,6 +55,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5255
[1.0.1]: https://github.com/jpadilla/pyjwt/compare/1.0.0...1.0.1
5356
[1.0.1]: https://github.com/jpadilla/pyjwt/compare/1.0.0...1.0.1
5457
[1.1.0]: https://github.com/jpadilla/pyjwt/compare/1.0.1...1.1.0
58+
[1.2.0]: https://github.com/jpadilla/pyjwt/compare/1.1.0...1.2.0
5559

5660
[109]: https://github.com/jpadilla/pyjwt/pull/109
5761
[110]: https://github.com/jpadilla/pyjwt/pull/110

jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
__title__ = 'pyjwt'
13-
__version__ = '1.1.0'
13+
__version__ = '1.2.0'
1414
__author__ = 'José Padilla'
1515
__license__ = 'MIT'
1616
__copyright__ = 'Copyright 2015 José Padilla'

0 commit comments

Comments
 (0)