diff --git a/Changelog b/Changelog index 86664e39288f1729bd875cf80aa655a8c68a9585..768d31d44bca7c34e150842efb92c8d2512e5e0d 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -Version 3.7.1, 2022-05-09 +Version 3.7.1, 2022-05-11 Fixes: * Fix WebUI login with HOTP/TOTP challenge-response token (#3038) diff --git a/doc/conf.py b/doc/conf.py index a842a486afadef4b96e88610b887ea4ab1bd5792..f0f65c861f4e59747d810120ac4316d145782b42 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -23,7 +23,7 @@ import functools # built documents. # # The short X.Y version. -version = '3.7' +version = '3.7.1' # The full version, including alpha/beta/rc tags. #release = '2.16dev5' release = version diff --git a/setup.py b/setup.py index 44765713521584ab0fff2ff042f445a4e86bfdc8..c243b03a5b43811d01dbced95dad7b80d7085f69 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import stat import sys #VERSION = "2.1dev4" -VERSION = "3.7" +VERSION = "3.7.1dev2" # Taken from kennethreitz/requests/setup.py package_directory = os.path.realpath(os.path.dirname(__file__))