Skip to content

Commit 09ae7f7

Browse files
release: 0.0.11
1 parent d802169 commit 09ae7f7

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.10"
2+
".": "0.0.11"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.0.11](https://github.com/sumup/sumup-py/compare/v0.0.10...v0.0.11) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* **builder:** handle empty body correctly ([8b5a56a](https://github.com/sumup/sumup-py/commit/8b5a56acb467d2f471f856eb9efb4f4cc6cc75db))
9+
* **docs:** more examples in README ([13670a7](https://github.com/sumup/sumup-py/commit/13670a78f518d9ee8c170f56674aeb9c5c4b2786))
10+
11+
12+
### Bug Fixes
13+
14+
* **builder:** handle requests and responses without a body correctly ([83f802c](https://github.com/sumup/sumup-py/commit/83f802c4162c568bcfe1730b62988a57e214b2a6))
15+
* **cd:** generate workflow fix ([d802169](https://github.com/sumup/sumup-py/commit/d8021699dafcba94cfb87ada6fda2a8ddf2a3183))
16+
317
## [0.0.10](https://github.com/sumup/sumup-py/compare/v0.0.9...v0.0.10) (2025-08-28)
418

519

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "sumup"
33
description = "Official Python SDK for the SumUp API."
4-
version = "0.0.10"
4+
version = "0.0.11"
55
readme = "README.md"
66
requires-python = ">=3.9"
77
keywords = ["sdk", "sumup", "payments"]

sumup/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.10" # x-release-please-version
1+
__version__ = "0.0.11" # x-release-please-version

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)