From 241179a190d06533611017eaf5aa16bdf4ac2bd9 Mon Sep 17 00:00:00 2001 From: "sumup-bot[bot]" <241716704+sumup-bot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 10:53:16 +0000 Subject: [PATCH] release: 0.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ pyproject.toml | 2 +- sumup/_version.py | 2 +- uv.lock | 2 +- 5 files changed, 31 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index efc4499..07ee889 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9122127..6e7602d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.2.2](https://github.com/sumup/sumup-py/compare/v0.2.1...v0.2.2) (2026-05-21) + + +### Features + +* issue templates ([#301](https://github.com/sumup/sumup-py/issues/301)) ([fbad14d](https://github.com/sumup/sumup-py/commit/fbad14da3dc6a7cb089f052f9fd2ef0b518afec9)) +* **sdk:** document exceptions ([#300](https://github.com/sumup/sumup-py/issues/300)) ([9495a7a](https://github.com/sumup/sumup-py/commit/9495a7a470229819fda58a08bee89821b9b378a5)) + + +### Chores + +* **deps-dev:** bump ruff from 0.15.11 to 0.15.12 ([#287](https://github.com/sumup/sumup-py/issues/287)) ([b20733c](https://github.com/sumup/sumup-py/commit/b20733c64b9d1a698072fb7adb4d3fd42c0bb21b)) +* **deps-dev:** bump ruff from 0.15.12 to 0.15.13 ([#296](https://github.com/sumup/sumup-py/issues/296)) ([42af59a](https://github.com/sumup/sumup-py/commit/42af59a22ca94f2318282e368134563fbd35d361)) +* **deps-dev:** bump ty from 0.0.32 to 0.0.33 ([#286](https://github.com/sumup/sumup-py/issues/286)) ([367b3a1](https://github.com/sumup/sumup-py/commit/367b3a12f030d3ef71bb2d8dca87bf9e60a65532)) +* **deps-dev:** bump ty from 0.0.33 to 0.0.34 ([#290](https://github.com/sumup/sumup-py/issues/290)) ([959e405](https://github.com/sumup/sumup-py/commit/959e4059ecbe475026370b5de1ef2379e327e175)) +* **deps-dev:** bump ty from 0.0.34 to 0.0.35 ([#293](https://github.com/sumup/sumup-py/issues/293)) ([0c769b4](https://github.com/sumup/sumup-py/commit/0c769b45e3cc864bf6162f503af9e6d6c1ad9866)) +* **deps-dev:** bump ty from 0.0.35 to 0.0.38 ([#298](https://github.com/sumup/sumup-py/issues/298)) ([2daf72d](https://github.com/sumup/sumup-py/commit/2daf72df4a8af4d66a3d8e7efac9c92568965be7)) +* **deps:** bump actions/create-github-app-token from 3.1.1 to 3.2.0 ([#291](https://github.com/sumup/sumup-py/issues/291)) ([2b16f7b](https://github.com/sumup/sumup-py/commit/2b16f7b0a554d215194d9878258af20e9e8381ca)) +* **deps:** bump github.com/pb33f/libopenapi from 0.36.1 to 0.36.2 in /codegen ([#285](https://github.com/sumup/sumup-py/issues/285)) ([04cc50e](https://github.com/sumup/sumup-py/commit/04cc50e485fe2dd3667eada2c3eae82738f0c46f)) +* **deps:** bump github.com/pb33f/libopenapi from 0.36.2 to 0.36.3 in /codegen ([#289](https://github.com/sumup/sumup-py/issues/289)) ([911bc6d](https://github.com/sumup/sumup-py/commit/911bc6d50b4be3c6e9f39338f66cfba72df92d7a)) +* **deps:** bump github.com/pb33f/libopenapi from 0.36.3 to 0.36.4 in /codegen ([#297](https://github.com/sumup/sumup-py/issues/297)) ([e01e961](https://github.com/sumup/sumup-py/commit/e01e961ceaafce35d0ae68429c9bda0b7d622afa)) +* **deps:** bump googleapis/release-please-action from 4.4.1 to 5.0.0 ([#284](https://github.com/sumup/sumup-py/issues/284)) ([9e5b367](https://github.com/sumup/sumup-py/commit/9e5b367ff64c1b00ea139823d1c2fad396b64a6f)) +* **deps:** bump idna from 3.11 to 3.15 in the uv group across 1 directory ([#295](https://github.com/sumup/sumup-py/issues/295)) ([497d755](https://github.com/sumup/sumup-py/commit/497d7553340aff033b4b5c08e3acab2f0a3037aa)) +* **deps:** bump pydantic from 2.13.3 to 2.13.4 ([#292](https://github.com/sumup/sumup-py/issues/292)) ([138bde7](https://github.com/sumup/sumup-py/commit/138bde7268e98bb1f218470986bb487b509b74f0)) +* synced file(s) with sumup/apis ([#283](https://github.com/sumup/sumup-py/issues/283)) ([dab1149](https://github.com/sumup/sumup-py/commit/dab1149d08f5fe57b49f4733cb970b634baff2d6)) +* synced file(s) with sumup/apis ([#294](https://github.com/sumup/sumup-py/issues/294)) ([da66905](https://github.com/sumup/sumup-py/commit/da6690523ff4ce0360d5bfbd44426d9f41f1ec5a)) + ## [0.2.1](https://github.com/sumup/sumup-py/compare/v0.2.0...v0.2.1) (2026-04-24) diff --git a/pyproject.toml b/pyproject.toml index 6b17742..86096fd 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.1" +version = "0.2.2" readme = "README.md" requires-python = ">=3.9" keywords = ["sdk", "sumup", "payments"] diff --git a/sumup/_version.py b/sumup/_version.py index 130276d..210c13f 100644 --- a/sumup/_version.py +++ b/sumup/_version.py @@ -1 +1 @@ -__version__ = "0.2.1" # x-release-please-version +__version__ = "0.2.2" # x-release-please-version diff --git a/uv.lock b/uv.lock index e0c4d6b..18ab16c 100644 --- a/uv.lock +++ b/uv.lock @@ -370,7 +370,7 @@ wheels = [ [[package]] name = "sumup" -version = "0.2.1" +version = "0.2.2" source = { editable = "." } dependencies = [ { name = "httpx" },