diff --git a/CHANGELOG.md b/CHANGELOG.md index 325c89e..ab22f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## V7.1.0 - 2025-01-13 + - Add `ranges.any_gaps` function [#185](https://github.com/octoenergy/xocto/pull/185). - Improve the performance of the `ranges.any_overlapping` function (with some benchmark showing a >100x speed up) [#184](https://github.com/octoenergy/xocto/pull/184). diff --git a/pyproject.toml b/pyproject.toml index d5d3a78..5b88ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "xocto" -version = "7.0.0" +version = "7.1.0" requires-python = ">=3.9" description = "Kraken Technologies Python service utilities" readme = "README.md"