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 fe15768 commit 9b8f655Copy full SHA for 9b8f655
README.md
@@ -5,7 +5,7 @@ Websocket Server
5
6
A minimal Websockets Server in Python with no external dependencies.
7
8
- * Python3.5+
+ * Python3.6+
9
* Clean simple API
10
* Multiple clients
11
* No dependencies
releases.txt
@@ -11,3 +11,6 @@
0.5.5
12
- Allow running run_forever threaded
13
- Fix shutting down of a server without connected clients
14
+
15
+0.5.6
16
+- Support from Python3.6+
setup.py
@@ -12,7 +12,7 @@
from distutils.command.install import install
-VERSION = '0.5.5'
+VERSION = '0.5.6'
17
18
def get_tag_version():
0 commit comments