We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61477c8 commit 7183690Copy full SHA for 7183690
Changes.rst
@@ -1,3 +1,12 @@
1
+Changes for v2.5.0 (2021-01-29)
2
+===============================
3
+
4
+- Add optional image parameter to provisioning_uri (#113)
5
6
+- Support for 7-digit codes in ‘parse_uri’ (#111)
7
8
+- Raise default and minimum base32 secret length to 26
9
10
Changes for v2.4.1 (2020-10-16)
11
===============================
12
setup.py
@@ -7,7 +7,7 @@
setup(
name="pyotp",
- version="2.4.1",
+ version="2.5.0",
url="https://github.com/pyotp/pyotp",
license="MIT License",
13
author="PyOTP contributors",
0 commit comments