From 48fcf1c0f3ab1243330da2429c4b3978dbacf38f Mon Sep 17 00:00:00 2001 From: Josh Smeaton Date: Wed, 13 Mar 2024 10:01:40 +1100 Subject: [PATCH] Bump version to v4.10.2 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51a427d..3a8d45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## v4.10.2 - 2024-03-13 + +- Yanked v4.10.1 due to unintentional inclusion of breaking changes. This release is identical to v4.10.1, but with the breaking changes from [#142](https://github.com/octoenergy/xocto/pull/142) removed. + + ## v4.10.1 - 2024-03-12 - Updated build config to automatically include sub-packages [#143](https://github.com/octoenergy/xocto/pull/143) diff --git a/pyproject.toml b/pyproject.toml index 544af50..2d1fcfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "xocto" -version = "4.10.1" +version = "4.10.2" requires-python = ">=3.9" description = "Kraken Technologies Python service utilities" readme = "README.md"