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 96a5a85 commit 3b86061Copy full SHA for 3b86061
releases.txt
@@ -27,3 +27,8 @@
27
28
0.6.3
29
- 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
@@ -12,7 +12,7 @@
12
from distutils.command.install import install
13
14
15
-VERSION = '0.6.3'
+VERSION = '0.6.4'
16
17
18
def get_tag_version():
0 commit comments