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 a27e26d commit ea4bd90Copy full SHA for ea4bd90
docs/changelog.rst
@@ -1,9 +1,20 @@
1
Changelog
2
=========
3
4
-Here lists the release notes of otpauth v2. For v1, please head over to
5
-https://pythonhosted.org/otpauth/
+.. rst-class:: lead
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
18
19
2.0.0
20
-----
src/otpauth/__init__.py
@@ -5,7 +5,7 @@
__author__ = "Hsiaoming Yang <[email protected]>"
__homepage__ = "https://github.com/lepture/otpauth"
-__version__ = "2.0.0"
+__version__ = "2.1.0"
__all__ = [
"SupportedAlgorithms",
0 commit comments