Skip to content

Commit 8bf8657

Browse files
chore(main): release 1.5.1 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7a0bf9e commit 8bf8657

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.5.1"
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+
## [1.5.1](https://github.com/blindpaylabs/blindpay-python/compare/v1.5.0...v1.5.1) (2026-04-16)
4+
5+
6+
### Bug Fixes
7+
8+
* complete API sync — all endpoints, fields, and methods ([#34](https://github.com/blindpaylabs/blindpay-python/issues/34)) ([7a0bf9e](https://github.com/blindpaylabs/blindpay-python/commit/7a0bf9e48507bfb3bd8fa0b32e2f3f5d05cda896))
9+
310
## [1.5.0](https://github.com/blindpaylabs/blindpay-python/compare/v1.4.0...v1.5.0) (2026-04-16)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "blindpay"
3-
version = "1.6.0"
3+
version = "1.5.1"
44
description = "Official Python SDK for the Blindpay API — Global payments infrastructure"
55
readme = "README.md"
66
authors = [{ name = "Blindpay", email = "[email protected]" }]

src/blindpay/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.6.0"
1+
__version__ = "1.5.1"
22

33
from ._internal.exceptions import BlindPayError
44
from .client import BlindPay, BlindPaySync

0 commit comments

Comments
 (0)