diff --git a/Changes.rst b/Changes.rst index 5ac9bdf..6df8c22 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v2.5.1 (2021-01-29) +=============================== + +- parse_uri accepts and ignores optional image parameter (#114) + Changes for v2.5.0 (2021-01-29) =============================== diff --git a/setup.py b/setup.py index 5892b70..c6546a8 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="pyotp", - version="2.5.0", + version="2.5.1", url="https://github.com/pyotp/pyotp", license="MIT License", author="PyOTP contributors",