diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8a44a..51a427d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## v4.10.1 - 2024-03-12 + +- Updated build config to automatically include sub-packages [#143](https://github.com/octoenergy/xocto/pull/143) + - Makes available the new `xocto.fields` package in the distribution introduced in 4.10.0 + ## v4.10.0 - 2024-03-05 - Updated dev dependencies like ruff, pytest, and mypy [#138](https://github.com/octoenergy/xocto/pull/138) diff --git a/pyproject.toml b/pyproject.toml index 82e190b..544af50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "xocto" -version = "4.10.0" +version = "4.10.1" requires-python = ">=3.9" description = "Kraken Technologies Python service utilities" readme = "README.md"