Update version to 2.16.0

This commit is contained in:
Dmitri Tikhonov 2020-06-03 08:27:38 -04:00
parent f50b91483b
commit 6bca16f0d2
3 changed files with 15 additions and 3 deletions

View file

@ -24,9 +24,9 @@ copyright = u'2020, LiteSpeed Technologies'
author = u'LiteSpeed Technologies'
# The short X.Y version
version = u'2.15'
version = u'2.16'
# The full version, including alpha/beta/rc tags
release = u'2.15.0'
release = u'2.16.0'
# -- General configuration ---------------------------------------------------