From 8ced63eaff0cccb122e8cae6479213269b905505 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sun, 11 Sep 2022 12:37:41 -0700 Subject: [PATCH] v2.7.0 --- Changes.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index 5a87f5d..418a55b 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,10 @@ +Changes for v2.7.0 (2022-09-11) +=============================== + +- Support Steam TOTP (#142) + +- Build, test, and documentation updates + Changes for v2.6.0 (2021-02-04) =============================== diff --git a/setup.py b/setup.py index 73ab364..45156f9 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="pyotp", - version="2.6.0", + version="2.7.0", url="https://github.com/pyotp/pyotp", license="MIT License", author="PyOTP contributors",