From 4cd5be316978309318283d4e0dcc3bbc3e0c4978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Thu, 26 Sep 2024 16:22:28 +0200 Subject: [PATCH] chore(main): release 1.1.3 (#57) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9c6a481..e7b93c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.2" + ".": "1.1.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f799b..35d15f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/BLSQ/openhexa-toolbox/compare/v1.1.2...v1.1.3) (2024-09-26) + + +### Bug Fixes + +* compatibility with polars > 0.20.30 ([738fe8d](https://github.com/BLSQ/openhexa-toolbox/commit/738fe8d4e9b08917bc3354718bd335afac8c12a0)) + ## [1.1.2](https://github.com/BLSQ/openhexa-toolbox/compare/v1.1.1...v1.1.2) (2024-09-23) diff --git a/pyproject.toml b/pyproject.toml index e350a7b..9f6c62d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "1.1.2" +version = "1.1.3" description = "A set of tools to acquire & process data from various sources" authors = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }] maintainers = [{ name = "Bluesquare", email = "dev@bluesquarehub.com" }]