diff --git a/CHANGELOG.md b/CHANGELOG.md index 5071532..24a8a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## V7.1.1 - 2025-01-22 + - Improve the performance of `FiniteDatetimeRange.intersection`, `FiniteDatetimeRange.union` and `FiniteDatetimeRange.__lt__` [#187](https://github.com/octoenergy/xocto/pull/187). diff --git a/pyproject.toml b/pyproject.toml index 5b88ae8..1786c58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "xocto" -version = "7.1.0" +version = "7.1.1" requires-python = ">=3.9" description = "Kraken Technologies Python service utilities" readme = "README.md"