From 7e7aa1b4de38cc6742bb8534d6ea45f8e419ed25 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 16 Feb 2024 12:50:54 +0000 Subject: [PATCH] 2.3.2 section added to CHANGELOG patch bump --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d133dd5..4aa7937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [ ] +## [2.3.2] - 2024-02-16 + +### Added + +- Configurable kwarg `connect_timeout` added. Defaults to 2 seconds. +- New error class `XAirRemoteConnectionTimeoutError`. Raised if a connection validation times out. +- timeout kwarg + Errors section added to README. + ## [2.3.1] - 2024-02-15 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 6791cfb..274cdee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xair-api" -version = "2.3.1" +version = "2.3.2" description = "Remote control Behringer X-Air | Midas MR mixers through OSC" authors = ["onyx-and-iris "] license = "MIT"