Skip to content

Commit 7183690

Browse files
committed
v2.5.0
1 parent 61477c8 commit 7183690

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Changes.rst

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
Changes for v2.4.1 (2020-10-16)
211
===============================
312

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="pyotp",
10-
version="2.4.1",
10+
version="2.5.0",
1111
url="https://github.com/pyotp/pyotp",
1212
license="MIT License",
1313
author="PyOTP contributors",

0 commit comments

Comments
 (0)