File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments