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 dd31e76 commit b1cc12eCopy full SHA for b1cc12e
releases.txt
@@ -24,3 +24,6 @@
24
25
0.6.2
26
- Add API for disconnecting clients
27
+
28
+0.6.3
29
+- Remove deprecation warnings
setup.py
@@ -12,7 +12,7 @@
12
from distutils.command.install import install
13
14
15
-VERSION = '0.6.2'
+VERSION = '0.6.3'
16
17
18
def get_tag_version():
0 commit comments