Release 4.0.0

This commit is contained in:
George Wang 2023-03-14 13:29:13 -04:00
parent b373fe5220
commit 79880b469a
47 changed files with 2459 additions and 606 deletions

View file

@ -24,9 +24,9 @@ copyright = u'2023, LiteSpeed Technologies'
author = u'LiteSpeed Technologies'
# The short X.Y version
version = u'3.3'
version = u'4.0'
# The full version, including alpha/beta/rc tags
release = u'3.3.1'
release = u'4.0.0'
# -- General configuration ---------------------------------------------------