From 45cfa18696eaf2d1b19ef21fc12fd0cefe00d50a Mon Sep 17 00:00:00 2001 From: Peter Byfield Date: Thu, 30 Jan 2025 14:59:49 +0100 Subject: [PATCH] Bump version to v7.2.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"