Skip to content
Open
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.10"
".": "0.0.11"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.0.11](https://github.com/sumup/sumup-py/compare/v0.0.10...v0.0.11) (2025-08-28)


### Features

* add resource index files ([#9](https://github.com/sumup/sumup-py/issues/9)) ([3852a51](https://github.com/sumup/sumup-py/commit/3852a5160365f4dee5a75b3e0341b85d7a468fb5))
* add ty for typechecking ([#49](https://github.com/sumup/sumup-py/issues/49)) ([f15e1b1](https://github.com/sumup/sumup-py/commit/f15e1b1fca9cbe66bd83f6f242094dc1d5eaa29a))
* **codegen:** move codegen here ([#33](https://github.com/sumup/sumup-py/issues/33)) ([feb4675](https://github.com/sumup/sumup-py/commit/feb46752d9b2b2d0a0ede30210d8a6e60986708c))
* init ([368d894](https://github.com/sumup/sumup-py/commit/368d894de2b75deefae8f9f0efdaaf212c73683c))
* **readme:** badges ([#25](https://github.com/sumup/sumup-py/issues/25)) ([5fee228](https://github.com/sumup/sumup-py/commit/5fee228f07cc03ace06a8102d522900c3b31301d))


### Bug Fixes

* **build:** packaging ([#47](https://github.com/sumup/sumup-py/issues/47)) ([5fef66a](https://github.com/sumup/sumup-py/commit/5fef66ad1d0d222fde6f7962f4e7d3f0bc612d84))
* **codegen:** response status code handling ([91583a0](https://github.com/sumup/sumup-py/commit/91583a0cbb7b596a06fff66d1177e75bde1058af))
* **dist:** distributed package missing files ([#56](https://github.com/sumup/sumup-py/issues/56)) ([bd8c10d](https://github.com/sumup/sumup-py/commit/bd8c10d8cfe092e6417cc7f23f2277f6a3f2967c))
* **readme:** downloads badge period ([#26](https://github.com/sumup/sumup-py/issues/26)) ([d1a3912](https://github.com/sumup/sumup-py/commit/d1a3912034ae7749f6fe4fef1eebe16df33765a5))
* serialization of request objects ([4b10d52](https://github.com/sumup/sumup-py/commit/4b10d52d804364a1be73a8e1f4a07938d39e4b9d))
* **tools:** release pr titles ([f614a39](https://github.com/sumup/sumup-py/commit/f614a39296388183d6545ab2039298c08f256103))
* update uv.lock file during releases ([#11](https://github.com/sumup/sumup-py/issues/11)) ([9127f01](https://github.com/sumup/sumup-py/commit/9127f01dae3f98e9ae37e39247d7fc6d1d6d91a0))
* version header ([#22](https://github.com/sumup/sumup-py/issues/22)) ([d74ac22](https://github.com/sumup/sumup-py/commit/d74ac223f78bb2c660e2898d558af9584c731483))

## [0.0.10](https://github.com/sumup/sumup-py/compare/v0.0.9...v0.0.10) (2025-08-28)


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.10"
version = "0.0.11"
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.10" # x-release-please-version
__version__ = "0.0.11" # 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.