Skip to content

Commit d31c1a9

Browse files
chore(main): release 1.2.1
1 parent 499c1b9 commit d31c1a9

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.2.0"
2+
".": "1.2.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.2.1](https://github.com/blindpaylabs/blindpay-python/compare/v1.2.0...v1.2.1) (2026-03-11)
4+
5+
6+
### Documentation
7+
8+
* update emails ([499c1b9](https://github.com/blindpaylabs/blindpay-python/commit/499c1b999de7f8a7276d40116a4ba4a1f20d5f62))
9+
310
## [1.2.0](https://github.com/blindpaylabs/blindpay-python/compare/v1.1.0...v1.2.0) (2025-11-12)
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.2.0"
3+
version = "1.2.1"
44
description = "Official Python SDK for the Blindpay API — Global payments infrastructure"
55
readme = "README.md"
66
authors = [{ name = "Blindpay", email = "alves@blindpay.com" }]

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.2.0"
1+
__version__ = "1.2.1"
22

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

0 commit comments

Comments
 (0)