Skip to content

Commit

Permalink
chore: release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jul 20, 2023
1 parent a27e26d commit ea4bd90
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
Changelog
=========

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

Here lists the release notes of otpauth v2.

----

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

2.1.0
-----

**Released on Jul 20, 2023**

- Improve type hints

2.0.0
-----
Expand Down
2 changes: 1 addition & 1 deletion src/otpauth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = "Hsiaoming Yang <me@lepture.com>"
__homepage__ = "https://github.com/lepture/otpauth"
__version__ = "2.0.0"
__version__ = "2.1.0"

__all__ = [
"SupportedAlgorithms",
Expand Down

0 comments on commit ea4bd90

Please sign in to comment.