Bump up to v1.6.3

This commit is contained in:
José Padilla 2018-05-19 13:13:14 -04:00
parent 821ab4af30
commit 070015d79e
4 changed files with 5 additions and 5 deletions

View File

@ -23,5 +23,5 @@ import jwt
<paste here>
```
This command is only available on PyJWT v1.6.2 and greater. Otherwise,
This command is only available on PyJWT v1.6.3 and greater. Otherwise,
please provide some basic information about your system.

View File

@ -28,5 +28,5 @@ import jwt
<paste here>
```
This command is only available on PyJWT v1.6.2 and greater. Otherwise,
This command is only available on PyJWT v1.6.3 and greater. Otherwise,
please provide some basic information about your system.

View File

@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
[v1.6.2][1.6.2]
[v1.6.3][1.6.3]
-------------------------------------------------------------------------
### Changed
@ -203,7 +203,7 @@ rarely used. Users affected by this should upgrade to 3.3+.
[1.5.3]: https://github.com/jpadilla/pyjwt/compare/1.5.2...1.5.3
[1.6.0]: https://github.com/jpadilla/pyjwt/compare/1.5.3...1.6.0
[1.6.1]: https://github.com/jpadilla/pyjwt/compare/1.6.0...1.6.1
[1.6.2]: https://github.com/jpadilla/pyjwt/compare/1.6.1...1.6.2
[1.6.3]: https://github.com/jpadilla/pyjwt/compare/1.6.1...1.6.3
[109]: https://github.com/jpadilla/pyjwt/pull/109
[110]: https://github.com/jpadilla/pyjwt/pull/110

View File

@ -10,7 +10,7 @@ http://self-issued.info/docs/draft-jones-json-web-token-01.html
__title__ = 'pyjwt'
__version__ = '1.6.2'
__version__ = '1.6.3'
__author__ = 'José Padilla'
__license__ = 'MIT'
__copyright__ = 'Copyright 2015-2018 José Padilla'