Skip to content

Commit 98620ab

Browse files
authored
Bump up version to v2.3.0 (#703)
Co-authored-by: José Padilla <jpadilla@users.noreply.github.com>
1 parent f9db1d7 commit 98620ab

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.1.0...HEAD>`__
7+
`Unreleased <https://github.com/jpadilla/pyjwt/compare/2.3.0...HEAD>`__
88
-----------------------------------------------------------------------
99

1010
Changed
@@ -16,6 +16,19 @@ Fixed
1616
Added
1717
~~~~~
1818

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+
1932
`v2.2.0 <https://github.com/jpadilla/pyjwt/compare/2.1.0...2.2.0>`__
2033
-----------------------------------------------------------------------
2134

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.2.0"
28+
__version__ = "2.3.0"
2929

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

0 commit comments

Comments
 (0)