Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.20"
".": "0.0.21"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.21](https://github.com/sumup/sumup-py/compare/v0.0.20...v0.0.21) (2026-01-06)


### Bug Fixes

* **docs:** required merchant_code for checkout ([#167](https://github.com/sumup/sumup-py/issues/167)) ([20e8589](https://github.com/sumup/sumup-py/commit/20e8589aa99049553f484fc1f68cef78600a93c6))

## [0.0.20](https://github.com/sumup/sumup-py/compare/v0.0.19...v0.0.20) (2025-12-30)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "sumup"
description = "Official Python SDK for the SumUp API."
version = "0.0.20"
version = "0.0.21"
readme = "README.md"
requires-python = ">=3.9"
keywords = ["sdk", "sumup", "payments"]
Expand Down
2 changes: 1 addition & 1 deletion sumup/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.20" # x-release-please-version
__version__ = "0.0.21" # x-release-please-version
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.