Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BMeu committed Jan 1, 2021
1 parent bd07329 commit 874807b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Possible log types:
* `[fixed]` for any bug fixes.
* `[security]` to invite users to upgrade in case of vulnerabilities.

## 0.2.1 (January 1<sup>st</sup>, 2021)

* `[fixed]` Updated dependency of EasyJWT.

## 0.2.0 (September 30<sup>th</sup>, 2019)

* `[added]` Method `get_validity()` to return the validity of a token.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
AUTHOR = 'Bastian Meyer'
DESCRIPTION = 'Super simple JSON Web Tokens for Flask'
PROJECT = 'Flask-EasyJWT'
VERSION = '0.2.0'
VERSION = '0.2.1'

author = AUTHOR
# noinspection PyShadowingBuiltins
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='flask_easyjwt',
version='0.2.0',
version='0.2.1',
packages=find_packages(exclude=['docs', 'tests*']),

python_requires='>=3.6',
Expand Down

0 comments on commit 874807b

Please sign in to comment.