Skip to content

Commit

Permalink
v2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jul 26, 2019
1 parent 0b8cc71 commit b29c298
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes for v2.2.8 (2019-07-26)
===============================

- Fix comparison of unicode chars (#78)

- Minor documentation and test fixes

Changes for v2.2.7 (2018-11-05)
===============================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="pyotp",
version="2.2.7",
version="2.2.8",
url="https://github.com/pyotp/pyotp",
license="MIT License",
author="PyOTP contributors",
Expand Down

0 comments on commit b29c298

Please sign in to comment.