From a2bae53d14c2fdc95f36af01113e8561ac693a63 Mon Sep 17 00:00:00 2001 From: wvandeun Date: Thu, 19 Jun 2025 11:51:38 +0200 Subject: [PATCH 1/2] build changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631f65f5..55a70d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.13.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.1) - 2025-06-19 + +### Fixed + +- Fix the import path of the Attribute class [#448](https://github.com/opsmill/infrahub-sdk-python/pull/448) + ## [1.13.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.0) - 2025-06-11 This release adds support for the new NumberPool attribute and loading object and menu files from external repositories in Infrahub 1.3. From 581965264c7d737728c7219a0fd1836448407788 Mon Sep 17 00:00:00 2001 From: wvandeun Date: Thu, 19 Jun 2025 11:51:45 +0200 Subject: [PATCH 2/2] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea4530f4..1ea20862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.13.0" +version = "1.13.1" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"