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 1c4f85e commit f31ecbeCopy full SHA for f31ecbe
2 files changed
Changes.rst
@@ -1,3 +1,8 @@
1
+Changes for v2.5.1 (2021-01-29)
2
+===============================
3
+
4
+- parse_uri accepts and ignores optional image parameter (#114)
5
6
Changes for v2.5.0 (2021-01-29)
7
===============================
8
setup.py
@@ -7,7 +7,7 @@
setup(
9
name="pyotp",
10
- version="2.5.0",
+ version="2.5.1",
11
url="https://github.com/pyotp/pyotp",
12
license="MIT License",
13
author="PyOTP contributors",
0 commit comments