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 c022fc4 commit 31cc5f2Copy full SHA for 31cc5f2
docs/changelog.rst
@@ -15,7 +15,7 @@ Changelog
15
1.4.0
16
-----
17
18
-**Not released**
+**Released on October 9, 2025**
19
20
- Improvements on type hints.
21
- Add python 3.14 support.
src/joserfc/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.3.4"
+__version__ = "1.4.0"
2
__homepage__ = "https://jose.authlib.org/en/"
3
__author__ = "Hsiaoming Yang <me@lepture.com>"
4
__license__ = "BSD-3-Clause"
0 commit comments