Skip to content

Commit 285afad

Browse files
committed
Bump up version to v1.6.1
1 parent 02374f4 commit 285afad

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

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.6.0'
13+
__version__ = '1.6.1'
1414
__author__ = 'José Padilla'
1515
__license__ = 'MIT'
1616
__copyright__ = 'Copyright 2015 José Padilla'

0 commit comments

Comments
 (0)