File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Changelog
4
4
All notable changes to this project will be documented in this file.
5
5
This project adheres to `Semantic Versioning <https://semver.org/ >`__.
6
6
7
- `Unreleased <https://github.com/jpadilla/pyjwt/compare/2.1 .0...HEAD >`__
7
+ `Unreleased <https://github.com/jpadilla/pyjwt/compare/2.3 .0...HEAD >`__
8
8
-----------------------------------------------------------------------
9
9
10
10
Changed
16
16
Added
17
17
~~~~~
18
18
19
+ `v2.3.0 <https://github.com/jpadilla/pyjwt/compare/2.2.0...2.3.0 >`__
20
+ -----------------------------------------------------------------------
21
+
22
+ Fixed
23
+ ~~~~~
24
+
25
+ - Revert "Remove arbitrary kwargs." `#701 <https://github.com/jpadilla/pyjwt/pull/701 >`__
26
+
27
+ Added
28
+ ~~~~~
29
+
30
+ - Add exception chaining `#702 <https://github.com/jpadilla/pyjwt/pull/702 >`__
31
+
19
32
`v2.2.0 <https://github.com/jpadilla/pyjwt/compare/2.1.0...2.2.0 >`__
20
33
-----------------------------------------------------------------------
21
34
Original file line number Diff line number Diff line change 25
25
)
26
26
from .jwks_client import PyJWKClient
27
27
28
- __version__ = "2.2 .0"
28
+ __version__ = "2.3 .0"
29
29
30
30
__title__ = "PyJWT"
31
31
__description__ = "JSON Web Token implementation in Python"
You can’t perform that action at this time.
0 commit comments