Release 3.2.0

This commit is contained in:
George Wang 2022-10-20 11:47:58 -04:00
parent a5347f2374
commit 0e32849de5
5 changed files with 17 additions and 8 deletions

View file

@ -24,9 +24,9 @@ copyright = u'2022, LiteSpeed Technologies'
author = u'LiteSpeed Technologies'
# The short X.Y version
version = u'3.1'
version = u'3.2'
# The full version, including alpha/beta/rc tags
release = u'3.1.2'
release = u'3.2.0'
# -- General configuration ---------------------------------------------------