Skip to content

Commit 9b8f655

Browse files
committed
Support from py3.6+
1 parent fe15768 commit 9b8f655

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Websocket Server
55

66
A minimal Websockets Server in Python with no external dependencies.
77

8-
* Python3.5+
8+
* Python3.6+
99
* Clean simple API
1010
* Multiple clients
1111
* No dependencies

releases.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111
0.5.5
1212
- Allow running run_forever threaded
1313
- Fix shutting down of a server without connected clients
14+
15+
0.5.6
16+
- Support from Python3.6+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from distutils.command.install import install
1313

1414

15-
VERSION = '0.5.5'
15+
VERSION = '0.5.6'
1616

1717

1818
def get_tag_version():

0 commit comments

Comments
 (0)