diff --git a/Changes.rst b/Changes.rst index 971eb3b..d561595 100644 --- a/Changes.rst +++ b/Changes.rst @@ -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) =============================== diff --git a/setup.py b/setup.py index 01f313f..1e50560 100755 --- a/setup.py +++ b/setup.py @@ -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",