Skip to content

Commit

Permalink
Bump up version to 2.0.1 (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Jan 17, 2021
1 parent 9dca8ea commit 3993ce1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,25 @@ This project adheres to `Semantic Versioning <https://semver.org/>`__.
Changed
~~~~~~~

Fixed
~~~~~

Added
~~~~~

`v2.0.1 <https://github.com/jpadilla/pyjwt/compare/2.0.0...2.0.1>`__
--------------------------------------------------------------------

Changed
~~~~~~~

- Rename CHANGELOG.md to CHANGELOG.rst and include in docs `#597 <https://github.com/jpadilla/pyjwt/pull/597>`__
- Fix `from_jwk()` for all algorithms `#598 <https://github.com/jpadilla/pyjwt/pull/598>`__

Fixed
~~~~~

- Fix `from_jwk()` for all algorithms `#598 <https://github.com/jpadilla/pyjwt/pull/598>`__

Added
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion jwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
from .jwks_client import PyJWKClient

__version__ = "2.0.0"
__version__ = "2.0.1"

__title__ = "PyJWT"
__description__ = "JSON Web Token implementation in Python"
Expand Down

0 comments on commit 3993ce1

Please sign in to comment.