We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57939c6 commit 83f9e02Copy full SHA for 83f9e02
releases.txt
@@ -7,3 +7,7 @@
7
8
0.5.4
9
- Add API for shutting down server (abruptly & gracefully)
10
+
11
+0.5.5
12
+- Allow running run_forever threaded
13
+- Fix shutting down of a server without connected clients
setup.py
@@ -12,7 +12,7 @@
from distutils.command.install import install
14
15
-VERSION = '0.5.4'
+VERSION = '0.5.5'
16
17
18
def get_tag_version():
0 commit comments