summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2018-05-19 13:13:14 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2018-05-19 13:13:14 -0400
commit070015d79ed5277c6d76fa8f996fb9698257afe4 (patch)
treecffa2306814a23a952e705ea36510503e03f3ae7
parent821ab4af300597236998497893120f90ede15f46 (diff)
downloadpyjwt-070015d79ed5277c6d76fa8f996fb9698257afe4.tar.gz
Bump up to v1.6.31.6.3
-rw-r--r--.github/ISSUE_TEMPLATE.md2
-rw-r--r--.github/ISSUE_TEMPLATE/Bug.md2
-rw-r--r--CHANGELOG.md4
-rw-r--r--jwt/__init__.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index c3b50ca..7a5ed7b 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -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.
diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/Bug.md
index 4a58b95..390795f 100644
--- a/.github/ISSUE_TEMPLATE/Bug.md
+++ b/.github/ISSUE_TEMPLATE/Bug.md
@@ -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.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd04ccb..37c0538 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/jwt/__init__.py b/jwt/__init__.py
index 66f744b..fa10a15 100644
--- a/jwt/__init__.py
+++ b/jwt/__init__.py
@@ -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'