From 42bfa156d112b3f04c03616ffdeede570fcba77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Berthier?= <122699395+FefBerthier@users.noreply.github.com> Date: Mon, 24 Feb 2025 12:24:25 +0100 Subject: [PATCH] chore(main): release 1.9.4 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c93642..362f63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This changelog is auto-generated by [release-please](https://github.com/googleapis/release-please). +## [1.9.4](https://github.com/tofupilot/python-client/compare/v1.9.3...v1.9.4) (2025-02-24) + + +### Bug Fixes + +* client.create_run_from_openhtf_report was not uploading attachments ([ff59296](https://github.com/tofupilot/python-client/commit/ff59296deda23acc82f835cc58a1cd756dcae824)) + ## [1.9.3](https://github.com/tofupilot/python-client/compare/v1.9.2...v1.9.3) (2025-01-31) diff --git a/setup.py b/setup.py index 240be96..2cc13e2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="tofupilot", - version="1.9.3", + version="1.9.4", packages=find_packages(), install_requires=["requests", "setuptools", "packaging", "pytest", "websockets"], entry_points={