File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010
1111### Fixed
1212
13- - Audience parameter throws ` InvalidAudienceError ` when application does not specify an audience, but the token does. [ #336 ] [ 336 ]
14-
1513### Added
1614
15+ [ v1.6.1] [ 1.6.1 ]
16+ -------------------------------------------------------------------------
17+ ### Fixed
18+
19+ - Audience parameter throws ` InvalidAudienceError ` when application does not specify an audience, but the token does. [ #336 ] [ 336 ]
20+
1721[ v1.6.0] [ 1.6.0 ]
1822-------------------------------------------------------------------------
1923### Changed
@@ -183,6 +187,7 @@ rarely used. Users affected by this should upgrade to 3.3+.
183187[ 1.5.2 ] : https://github.com/jpadilla/pyjwt/compare/1.5.1...1.5.2
184188[ 1.5.3 ] : https://github.com/jpadilla/pyjwt/compare/1.5.2...1.5.3
185189[ 1.6.0 ] : https://github.com/jpadilla/pyjwt/compare/1.5.3...1.6.0
190+ [ 1.6.1 ] : https://github.com/jpadilla/pyjwt/compare/1.6.0...1.6.1
186191
187192[ 109 ] : https://github.com/jpadilla/pyjwt/pull/109
188193[ 110 ] : https://github.com/jpadilla/pyjwt/pull/110
@@ -223,5 +228,5 @@ rarely used. Users affected by this should upgrade to 3.3+.
223228[ 306 ] : https://github.com/jpadilla/pyjwt/pull/306
224229[ 315 ] : https://github.com/jpadilla/pyjwt/pull/315
225230[ 316 ] : https://github.com/jpadilla/pyjwt/pull/316
226- [ 7c1e61d ] : https://github.com/jpadilla/pyjwt/commit/7c1e61dde27bafe16e7d1bb6e35199e778962742
227231[ 336 ] : https://github.com/jpadilla/pyjwt/pull/336
232+ [ 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.6.0 '
13+ __version__ = '1.6.1 '
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