Skip to content

Commit 79c23d7

Browse files
authored
Bump up version to v2.1.0 (#653)
1 parent c7f9ac5 commit 79c23d7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,24 @@ Changelog
44
All notable changes to this project will be documented in this file.
55
This project adheres to `Semantic Versioning <https://semver.org/>`__.
66

7-
`Unreleased <https://github.com/jpadilla/pyjwt/compare/2.0.0...HEAD>`__
7+
`Unreleased <https://github.com/jpadilla/pyjwt/compare/2.1.0...HEAD>`__
88
-----------------------------------------------------------------------
99

1010
Changed
1111
~~~~~~~
1212

13+
Fixed
14+
~~~~~
15+
16+
Added
17+
~~~~~
18+
19+
`v2.1.0 <https://github.com/jpadilla/pyjwt/compare/2.0.1...2.1.0>`__
20+
--------------------------------------------------------------------
21+
22+
Changed
23+
~~~~~~~
24+
1325
- Allow claims validation without making JWT signature validation mandatory. `#608 <https://github.com/jpadilla/pyjwt/pull/608>`__
1426

1527
Fixed

jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
)
2626
from .jwks_client import PyJWKClient
2727

28-
__version__ = "2.0.1"
28+
__version__ = "2.1.0"
2929

3030
__title__ = "PyJWT"
3131
__description__ = "JSON Web Token implementation in Python"

0 commit comments

Comments
 (0)