Release 2.23.1

- [BUGFIX] Regression introduced in 2.22.0: use correct number of
  PNSs for IETF mini conn during promotion.
This commit is contained in:
Dmitri Tikhonov 2020-10-13 12:28:31 -04:00
parent a3e1f0d1bb
commit f198a02df8
8 changed files with 26 additions and 9 deletions

View file

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