From c3a8c2011c77ad66f9ae510fae2a577a3c22aa17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Mar 2026 18:38:46 +0000 Subject: [PATCH] chore(release): 0.4.3 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0a6a9..b3906be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.4.3] - 2026-03-01 + +### Bug Fixes + +- [`7099853`](https://gitea.pufereq.pl/judas/judas_client/commit/709985312514f866b760610fe7d8374763d188b2) **connector.py**: fix no timeout on connection error + ## [0.4.2] - 2026-03-01 ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index cece8b1..3051bd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "judas_client" -version = "0.4.2" +version = "0.4.3" description = "A client for judas, a remote PC fleet management system." readme = "README.md" authors = [] diff --git a/uv.lock b/uv.lock index b2a6cef..1e95a1d 100644 --- a/uv.lock +++ b/uv.lock @@ -275,7 +275,7 @@ wheels = [ [[package]] name = "judas-client" -version = "0.4.2" +version = "0.4.3" source = { editable = "." } dependencies = [ { name = "judas-protocol" },