Skip to content

Commit 3b86061

Browse files
committed
Bump version
1 parent 96a5a85 commit 3b86061

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

releases.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@
2727

2828
0.6.3
2929
- Remove deprecation warnings
30+
31+
0.6.4
32+
- Add deny_new_connections & allow_new_connections
33+
- Fix disconnect_clients_gracefully to now take params
34+
- Fix shutdown_gracefully unused param

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.6.3'
15+
VERSION = '0.6.4'
1616

1717

1818
def get_tag_version():

0 commit comments

Comments
 (0)