Skip to content
Snippets Groups Projects
Commit 8add55a3 authored by Cornelius Kölbel's avatar Cornelius Kölbel
Browse files

Setting version 3.7.1(dev2)

parent 528db4dc
No related branches found
No related tags found
No related merge requests found
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)
......
......@@ -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
......
......@@ -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__))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment