Skip to content

Commit

Permalink
Bump up for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Jun 22, 2017
1 parent 7c1e61d commit 74399b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Added

[v1.5.2][1.5.2]
-------------------------------------------------------------------------
### Fixed

- Ensure correct arguments order in decode super call [7c1e61d][7c1e61d]

[v1.5.1][1.5.1]
-------------------------------------------------------------------------
### Changed
Expand Down Expand Up @@ -144,6 +150,7 @@ rarely used. Users affected by this should upgrade to 3.3+.
[1.4.2]: https://github.com/jpadilla/pyjwt/compare/1.4.1...1.4.2
[1.5.0]: https://github.com/jpadilla/pyjwt/compare/1.4.2...1.5.0
[1.5.1]: https://github.com/jpadilla/pyjwt/compare/1.5.0...1.5.1
[1.5.2]: https://github.com/jpadilla/pyjwt/compare/1.5.1...1.5.2

[109]: https://github.com/jpadilla/pyjwt/pull/109
[110]: https://github.com/jpadilla/pyjwt/pull/110
Expand Down Expand Up @@ -178,3 +185,4 @@ rarely used. Users affected by this should upgrade to 3.3+.
[270]: https://github.com/jpadilla/pyjwt/pull/270
[271]: https://github.com/jpadilla/pyjwt/pull/271
[277]: https://github.com/jpadilla/pyjwt/pull/277
[7c1e61d]: https://github.com/jpadilla/pyjwt/commit/7c1e61dde27bafe16e7d1bb6e35199e778962742
2 changes: 1 addition & 1 deletion jwt/__init__.py
Expand Up @@ -10,7 +10,7 @@


__title__ = 'pyjwt'
__version__ = '1.5.1'
__version__ = '1.5.2'
__author__ = 'José Padilla'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015 José Padilla'
Expand Down

0 comments on commit 74399b1

Please sign in to comment.