Skip to content

Commit 71d7cf3

Browse files
release: 0.0.15 (#123)
1 parent 58fea10 commit 71d7cf3

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-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.14"
2+
".": "0.0.15"
33
}

CHANGELOG.md

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

3+
## [0.0.15](https://github.com/sumup/sumup-py/compare/v0.0.14...v0.0.15) (2025-12-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **sdk:** serialization of unset values ([#143](https://github.com/sumup/sumup-py/issues/143)) ([58fea10](https://github.com/sumup/sumup-py/commit/58fea10c2ae244ebcdc9b240845997b5ee2c0584))
9+
310
## [0.0.14](https://github.com/sumup/sumup-py/compare/v0.0.13...v0.0.14) (2025-11-30)
411

512

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.14"
4+
version = "0.0.15"
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.14" # x-release-please-version
1+
__version__ = "0.0.15" # 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)