Skip to content

Commit 83f9e02

Browse files
committed
Bump to v0.5.5
1 parent 57939c6 commit 83f9e02

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

releases.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77

88
0.5.4
99
- 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

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.4'
15+
VERSION = '0.5.5'
1616

1717

1818
def get_tag_version():

0 commit comments

Comments
 (0)