diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1c8bd..45a4789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## V7.2.0 - 2025-01-30 + - Allow the `union` operation between `FiniteDatetimeRange` and `HalfFiniteDatetimeRange` (and other `DatetimeRange`s) [#189](https://github.com/octoenergy/xocto/pull/189/). diff --git a/pyproject.toml b/pyproject.toml index 0f49523..5253a4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "xocto" -version = "7.1.1" +version = "7.2.0" requires-python = ">=3.9" description = "Kraken Technologies Python service utilities" readme = "README.md"