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 0738c80 commit c7f97e3Copy full SHA for c7f97e3
CHANGELOG
@@ -1,3 +1,11 @@
1
+v0.6.1
2
+======
3
+
4
+Fix header mismatch that cause the listener thread to terminate
5
+Add a flag to disable message address validation
6
+Fix binary parser to handle correctly handle blob parsing
7
+Add support for t typehint of TUIO 2.0 protocol, used by displax tag
8
9
v0.6.0
10
======
11
oscpy/__init__.py
@@ -1,3 +1,3 @@
"""See README.md for package information."""
-__version__ = '0.6.1-dev'
+__version__ = "0.6.1"
0 commit comments