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 aabb5e4 commit aae7743Copy full SHA for aae7743
docs/changelog.rst
@@ -15,7 +15,7 @@ Changelog
15
1.6.0
16
-----
17
18
-**Unreleased**
+**Released on December 14, 2025**
19
20
- ``filter_algorithms`` ``names`` defaults to all algorithms. :pull:`79`.
21
- Replace ``JWSRegistry.guess_alg`` with ``JWSRegistry.guess_algorithm``.
src/joserfc/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.5.0"
+__version__ = "1.6.0"
2
__homepage__ = "https://jose.authlib.org/en/"
3
__author__ = "Hsiaoming Yang <me@lepture.com>"
4
__license__ = "BSD-3-Clause"
0 commit comments