Skip to content

Commit

Permalink
push version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attwad committed Aug 17, 2024
1 parent 70edf62 commit 900a818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 900a818

Please sign in to comment.