File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ import jwt
2323<paste here>
2424```
2525
26- This command is only available on PyJWT v1.6.2 and greater. Otherwise,
26+ This command is only available on PyJWT v1.6.3 and greater. Otherwise,
2727please provide some basic information about your system.
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ import jwt
2828<paste here>
2929```
3030
31- This command is only available on PyJWT v1.6.2 and greater. Otherwise,
31+ This command is only available on PyJWT v1.6.3 and greater. Otherwise,
3232please provide some basic information about your system.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212
1313### Added
1414
15- [ v1.6.2 ] [ 1.6.2 ]
15+ [ v1.6.3 ] [ 1.6.3 ]
1616-------------------------------------------------------------------------
1717### Changed
1818
@@ -203,7 +203,7 @@ rarely used. Users affected by this should upgrade to 3.3+.
203203[ 1.5.3 ] : https://github.com/jpadilla/pyjwt/compare/1.5.2...1.5.3
204204[ 1.6.0 ] : https://github.com/jpadilla/pyjwt/compare/1.5.3...1.6.0
205205[ 1.6.1 ] : https://github.com/jpadilla/pyjwt/compare/1.6.0...1.6.1
206- [ 1.6.2 ] : https://github.com/jpadilla/pyjwt/compare/1.6.1...1.6.2
206+ [ 1.6.3 ] : https://github.com/jpadilla/pyjwt/compare/1.6.1...1.6.3
207207
208208[ 109 ] : https://github.com/jpadilla/pyjwt/pull/109
209209[ 110 ] : https://github.com/jpadilla/pyjwt/pull/110
Original file line number Diff line number Diff line change 1010
1111
1212__title__ = 'pyjwt'
13- __version__ = '1.6.2 '
13+ __version__ = '1.6.3 '
1414__author__ = 'José Padilla'
1515__license__ = 'MIT'
1616__copyright__ = 'Copyright 2015-2018 José Padilla'
You can’t perform that action at this time.
0 commit comments