From 1615a902eb678bd14c025b2e7053575f05edba86 Mon Sep 17 00:00:00 2001 From: "sumup-bot[bot]" <241716704+sumup-bot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 12:27:25 +0000 Subject: [PATCH] release: 0.2.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- sumup/_version.py | 2 +- uv.lock | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07ee889..93b49c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7602d..192c0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.3](https://github.com/sumup/sumup-py/compare/v0.2.2...v0.2.3) (2026-05-27) + + +### Chores + +* **deps-dev:** bump ruff from 0.15.13 to 0.15.14 ([#309](https://github.com/sumup/sumup-py/issues/309)) ([d5d5d37](https://github.com/sumup/sumup-py/commit/d5d5d37b2ab409905748820697a5c653fa26262e)) +* **deps-dev:** bump ty from 0.0.38 to 0.0.39 ([#307](https://github.com/sumup/sumup-py/issues/307)) ([bf4888e](https://github.com/sumup/sumup-py/commit/bf4888e6fcebb45d597b4bc3ea7a83f221d601c3)) +* **deps:** bump github.com/pb33f/libopenapi from 0.36.4 to 0.37.0 in /codegen ([#308](https://github.com/sumup/sumup-py/issues/308)) ([40423c4](https://github.com/sumup/sumup-py/commit/40423c47255ffe48807761cd2dd398751d2b1ed9)) +* **deps:** bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 ([#306](https://github.com/sumup/sumup-py/issues/306)) ([bcb7478](https://github.com/sumup/sumup-py/commit/bcb7478e10746dc81300a141d4575018d8556910)) +* synced file(s) with sumup/apis ([#304](https://github.com/sumup/sumup-py/issues/304)) ([4b6b388](https://github.com/sumup/sumup-py/commit/4b6b388d2e337b97c3c8e30729bd1cb8ea63d770)) + ## [0.2.2](https://github.com/sumup/sumup-py/compare/v0.2.1...v0.2.2) (2026-05-21) diff --git a/pyproject.toml b/pyproject.toml index 86096fd..e8086fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "sumup" description = "Official Python SDK for the SumUp API." -version = "0.2.2" +version = "0.2.3" readme = "README.md" requires-python = ">=3.9" keywords = ["sdk", "sumup", "payments"] diff --git a/sumup/_version.py b/sumup/_version.py index 210c13f..9fbd698 100644 --- a/sumup/_version.py +++ b/sumup/_version.py @@ -1 +1 @@ -__version__ = "0.2.2" # x-release-please-version +__version__ = "0.2.3" # x-release-please-version diff --git a/uv.lock b/uv.lock index 3b8a246..586dd24 100644 --- a/uv.lock +++ b/uv.lock @@ -370,7 +370,7 @@ wheels = [ [[package]] name = "sumup" -version = "0.2.2" +version = "0.2.3" source = { editable = "." } dependencies = [ { name = "httpx" },