Release 2.22.1

- [BUGFIX] Function that checks validity of handshake packets.
This commit is contained in:
Dmitri Tikhonov 2020-10-08 09:28:24 -04:00
parent 464a1af9c4
commit 00c58df38c
5 changed files with 16 additions and 6 deletions

View file

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