Skip to content

Commit c7f97e3

Browse files
committed
Release v0.6.1
1 parent 0738c80 commit c7f97e3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
v0.6.0
210
======
311

oscpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""See README.md for package information."""
22

3-
__version__ = '0.6.1-dev'
3+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)