From 756569dea29849001f7e9099f2e851e745761745 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:21:49 +0000 Subject: [PATCH] chore(main): release 4.2.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 3b4c2d4..bd7f384 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.0" + ".": "4.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d09bb73..44b6af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ ## Released +## [4.2.0](https://github.com/nuvla/python-library/compare/4.1.0...4.2.0) (2024-10-02) + + +### Features + +* add support for Python 3.12 ([#57](https://github.com/nuvla/python-library/issues/57)) ([e91ddbe](https://github.com/nuvla/python-library/commit/e91ddbe69afe53031930d3714ed62b75c645483d)) + + +### Dependencies + +* updated indirect dependencies ([e91ddbe](https://github.com/nuvla/python-library/commit/e91ddbe69afe53031930d3714ed62b75c645483d)) + + +### Code Refactoring + +* improved creation of namespace package ([e91ddbe](https://github.com/nuvla/python-library/commit/e91ddbe69afe53031930d3714ed62b75c645483d)) + ## [4.1.0](https://github.com/nuvla/python-library/compare/4.0.2...4.1.0) (2024-09-06) diff --git a/pyproject.toml b/pyproject.toml index 4530215..dd71c28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nuvla-api" -version = "4.1.0" +version = "4.2.0" description = "Nuvla APIServer python client library" license = "Apache-2.0" authors = ["SixSq SA "]