Skip to content

Commit ea4bd90

Browse files
committed
chore: release 2.1.0
1 parent a27e26d commit ea4bd90

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/changelog.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
Changelog
22
=========
33

4-
Here lists the release notes of otpauth v2. For v1, please head over to
5-
https://pythonhosted.org/otpauth/
4+
.. rst-class:: lead
65

6+
Here lists the release notes of otpauth v2.
7+
8+
----
9+
10+
For **v1**, please head over to https://pythonhosted.org/otpauth/
11+
12+
2.1.0
13+
-----
14+
15+
**Released on Jul 20, 2023**
16+
17+
- Improve type hints
718

819
2.0.0
920
-----

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.0.0"
8+
__version__ = "2.1.0"
99

1010
__all__ = [
1111
"SupportedAlgorithms",

0 commit comments

Comments
 (0)