Skip to content

Commit 2587e4a

Browse files
committed
chore: release 2.2.1
1 parent 67d6409 commit 2587e4a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/changelog.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,21 @@ Changelog
99

1010
For **v1**, please head over to https://pythonhosted.org/otpauth/
1111

12-
2.1.2
12+
2.2.1
1313
-----
1414

15-
**Unreleased**
15+
**Released on May 9, 2025**
1616

1717
- Avoid ``verify`` to raise an exception when the ``code`` argument is non-ascii.
1818

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+
1927
2.1.1
2028
-----
2129

src/otpauth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__author__ = "Hsiaoming Yang <me@lepture.com>"
88
__homepage__ = "https://otp.authlib.org/"
9-
__version__ = "2.2.0"
9+
__version__ = "2.2.1"
1010

1111
__all__ = [
1212
"SupportedAlgorithms",

0 commit comments

Comments
 (0)