File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010### Fixed
1111### Added
1212
13+ [ v1.5.2] [ 1.5.2 ]
14+ -------------------------------------------------------------------------
15+ ### Fixed
16+
17+ - Ensure correct arguments order in decode super call [ 7c1e61d] [ 7c1e61d ]
18+
1319[ v1.5.1] [ 1.5.1 ]
1420-------------------------------------------------------------------------
1521### Changed
@@ -144,6 +150,7 @@ rarely used. Users affected by this should upgrade to 3.3+.
144150[ 1.4.2 ] : https://github.com/jpadilla/pyjwt/compare/1.4.1...1.4.2
145151[ 1.5.0 ] : https://github.com/jpadilla/pyjwt/compare/1.4.2...1.5.0
146152[ 1.5.1 ] : https://github.com/jpadilla/pyjwt/compare/1.5.0...1.5.1
153+ [ 1.5.2 ] : https://github.com/jpadilla/pyjwt/compare/1.5.1...1.5.2
147154
148155[ 109 ] : https://github.com/jpadilla/pyjwt/pull/109
149156[ 110 ] : https://github.com/jpadilla/pyjwt/pull/110
@@ -178,3 +185,4 @@ rarely used. Users affected by this should upgrade to 3.3+.
178185[ 270 ] : https://github.com/jpadilla/pyjwt/pull/270
179186[ 271 ] : https://github.com/jpadilla/pyjwt/pull/271
180187[ 277 ] : https://github.com/jpadilla/pyjwt/pull/277
188+ [ 7c1e61d ] : https://github.com/jpadilla/pyjwt/commit/7c1e61dde27bafe16e7d1bb6e35199e778962742
Original file line number Diff line number Diff line change 1010
1111
1212__title__ = 'pyjwt'
13- __version__ = '1.5.1 '
13+ __version__ = '1.5.2 '
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