From 3d5dfcc7999eb13047686342b1d5d71dfd6d55f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Tue, 15 Oct 2024 14:37:42 +0200 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 741912c..d0ab664 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.4" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 703fcdf..acaf42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://github.com/BLSQ/openhexa-toolbox/compare/v1.1.4...v1.2.0) (2024-10-15) + + +### Features + +* support both urgUnits and orgunits from IASO ([a319874](https://github.com/BLSQ/openhexa-toolbox/commit/a31987475c8eec7b05de7aedecf514ae7884cc83)) + + +### Bug Fixes + +* changed default field for orgunits ([a281f2f](https://github.com/BLSQ/openhexa-toolbox/commit/a281f2f5e2bb56c5e0b8f481258a77758565a258)) +* tests for iaso orgunits ([042ffdf](https://github.com/BLSQ/openhexa-toolbox/commit/042ffdf4c02fbbe653a6e36aeb967ef4fa9a870b)) + ## [1.1.4](https://github.com/BLSQ/openhexa-toolbox/compare/v1.1.3...v1.1.4) (2024-09-26) diff --git a/pyproject.toml b/pyproject.toml index ef9ce51..c612e77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "1.1.4" +version = "1.2.0" 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" }]