Fix server's control session reading from socket; improve docstrings

This commit is contained in:
2022-05-07 14:44:43 +02:00
parent 72e380cd77
commit 5a72a6d1d1
5 changed files with 17 additions and 9 deletions

View File

@ -22,7 +22,7 @@ copyright = '2022 Daniil Fajnberg'
author = 'Daniil Fajnberg'
# The full version, including alpha/beta/rc tags
release = '1.1.1'
release = '1.1.2'
# -- General configuration ---------------------------------------------------