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 67d6409 commit 2587e4aCopy full SHA for 2587e4a
docs/changelog.rst
@@ -9,13 +9,21 @@ Changelog
9
10
For **v1**, please head over to https://pythonhosted.org/otpauth/
11
12
-2.1.2
+2.2.1
13
-----
14
15
-**Unreleased**
+**Released on May 9, 2025**
16
17
- Avoid ``verify`` to raise an exception when the ``code`` argument is non-ascii.
18
19
+2.2.0
20
+-----
21
+
22
+**Released on Mar 1, 2025**
23
24
+- Add python 3.12, 3.13 supports.
25
+- Rename RFC files to private filenames.
26
27
2.1.1
28
29
src/otpauth/__init__.py
@@ -6,7 +6,7 @@
6
7
__author__ = "Hsiaoming Yang <me@lepture.com>"
8
__homepage__ = "https://otp.authlib.org/"
-__version__ = "2.2.0"
+__version__ = "2.2.1"
__all__ = [
"SupportedAlgorithms",
0 commit comments