From 900a818da73c08aadedda06dac7b73b1bc5ba900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9?= Date: Sat, 17 Aug 2024 17:07:59 +0000 Subject: [PATCH] push version 1.9.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34581d7..0a0e7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [1.9.0] + - Added TCP Client and Server support for OSC 1.0 and OSC 1.1 formats, with support for sending responses to the client - Added response support to the existing UDP Client and Server code diff --git a/pyproject.toml b/pyproject.toml index e1277dd..40585da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-osc" -version="1.8.3" +version="1.9.0" description="Open Sound Control server and client implementations in pure Python" readme="README.rst" requires-python=">=3.10"