diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d1a25b..efc4499 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8323ae0..9122127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/sumup/sumup-py/compare/v0.2.0...v0.2.1) (2026-04-24) + + +### Chores + +* synced file(s) with sumup/apis ([#281](https://github.com/sumup/sumup-py/issues/281)) ([65491db](https://github.com/sumup/sumup-py/commit/65491dbe3722d054602550a1f0610feadea3d3a6)) + ## [0.2.0](https://github.com/sumup/sumup-py/compare/v0.1.3...v0.2.0) (2026-04-23) diff --git a/pyproject.toml b/pyproject.toml index bcb0703..6b17742 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.0" +version = "0.2.1" readme = "README.md" requires-python = ">=3.9" keywords = ["sdk", "sumup", "payments"] diff --git a/sumup/_version.py b/sumup/_version.py index e44b515..130276d 100644 --- a/sumup/_version.py +++ b/sumup/_version.py @@ -1 +1 @@ -__version__ = "0.2.0" # x-release-please-version +__version__ = "0.2.1" # x-release-please-version diff --git a/uv.lock b/uv.lock index fcdecb0..4c80cba 100644 --- a/uv.lock +++ b/uv.lock @@ -370,7 +370,7 @@ wheels = [ [[package]] name = "sumup" -version = "0.2.0" +version = "0.2.1" source = { editable = "." } dependencies = [ { name = "httpx" },