We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff77f5c commit 210c095Copy full SHA for 210c095
docs/changelog.rst
@@ -15,7 +15,7 @@ Changelog
15
1.3.0
16
-----
17
18
-**Unreleased**
+**Released on August 25, 2025**
19
20
- Exporting all algorithms in ``joserfc.jwa`` module.
21
- Allow re-using ``JWTClaimsRegistry`` instance, via :issue:`68`.
src/joserfc/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.2.2"
+__version__ = "1.3.0"
2
__homepage__ = "https://jose.authlib.org/en/"
3
__author__ = "Hsiaoming Yang <me@lepture.com>"
4
__license__ = "BSD-3-Clause"
0 commit comments