Skip to content

Commit 900a818

Browse files
committed
push version 1.9.0
1 parent 70edf62 commit 900a818

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55

66
## [Unreleased]
77

8+
## [1.9.0]
9+
810
- Added TCP Client and Server support for OSC 1.0 and OSC 1.1 formats, with support for sending responses to the client
911
- Added response support to the existing UDP Client and Server code
1012

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-osc"
3-
version="1.8.3"
3+
version="1.9.0"
44
description="Open Sound Control server and client implementations in pure Python"
55
readme="README.rst"
66
requires-python=">=3.10"

0 commit comments

Comments
 (0)