Skip to content

Commit 070015d

Browse files
committed
Bump up to v1.6.3
1 parent 821ab4a commit 070015d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,
2727
please provide some basic information about your system.

.github/ISSUE_TEMPLATE/Bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,
3232
please provide some basic information about your system.

CHANGELOG.md

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

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

0 commit comments

Comments
 (0)