Skip to content

Commit 27b58eb

Browse files
committed
chore: release 2.1.1
1 parent 6c0f358 commit 27b58eb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Changelog
99

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

12+
2.1.1
13+
-----
14+
15+
**Released on Sep 09, 2023**
16+
17+
- Fix ``.verify`` method
18+
19+
1220
2.1.0
1321
-----
1422

src/otpauth/__init__.py

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

66
__author__ = "Hsiaoming Yang <[email protected]>"
77
__homepage__ = "https://github.com/lepture/otpauth"
8-
__version__ = "2.1.0"
8+
__version__ = "2.1.1"
99

1010
__all__ = [
1111
"SupportedAlgorithms",

0 commit comments

Comments
 (0)