Skip to content

Commit 9074032

Browse files
committed
Release v0.6.0
1 parent 37825d1 commit 9074032

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.6.0
2+
======
3+
4+
Allow intercepting (and logging) errors in callback instead of letting listener crash.
5+
16
v0.5.0
27
======
38

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.0-dev6'
3+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)