Skip to content

Commit 74399b1

Browse files
committed
Bump up for release
1 parent 7c1e61d commit 74399b1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

0 commit comments

Comments
 (0)