We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70edf62 commit 900a818Copy full SHA for 900a818
2 files changed
CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5
6
## [Unreleased]
7
8
+## [1.9.0]
9
+
10
- Added TCP Client and Server support for OSC 1.0 and OSC 1.1 formats, with support for sending responses to the client
11
- Added response support to the existing UDP Client and Server code
12
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "python-osc"
3
-version="1.8.3"
+version="1.9.0"
4
description="Open Sound Control server and client implementations in pure Python"
readme="README.rst"
requires-python=">=3.10"
0 commit comments