Skip to content

Commit 08e006e

Browse files
committed
bump version to 1.10.0
1 parent 1e49edb commit 08e006e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased]
6+
## Unreleased
7+
8+
9+
10+
## [1.10.0]
711

812
- Added TCPDispatchClient to tcp_client
913
- Fixed TPC dispatcher type annotations
14+
- Fixed regexp matching
15+
- Fixed timestamp parsing > 24h
16+
- Switched to uv
1017

1118
## [1.9.3]
1219

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "python-osc"
7-
version = "1.9.3"
7+
version = "1.10.0"
88
description = "Open Sound Control server and client implementations in pure Python"
99
readme = "README.rst"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)