Release 2.17.1: fix regression in 2.17.0

This commit is contained in:
Dmitri Tikhonov 2020-06-18 11:26:16 -04:00
parent 4051ae3a1a
commit e957eb06e3
4 changed files with 8 additions and 5 deletions

View file

@ -26,7 +26,7 @@ author = u'LiteSpeed Technologies'
# The short X.Y version
version = u'2.17'
# The full version, including alpha/beta/rc tags
release = u'2.17.0'
release = u'2.17.1'
# -- General configuration ---------------------------------------------------