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 6a64314 commit c7b1467Copy full SHA for c7b1467
releases.txt
@@ -18,3 +18,6 @@
18
0.6.0
19
- Change order of params 'host' and 'port'
20
- Add host attribute to server
21
+
22
+0.6.1
23
+- Sending data is now thread-safe
setup.py
@@ -12,7 +12,7 @@
12
from distutils.command.install import install
13
14
15
-VERSION = '0.6.0'
+VERSION = '0.6.1'
16
17
def get_tag_version():
0 commit comments