From d31c1a966e3cc75a6e40e55b0555f6aac9f117a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:17:34 +0000 Subject: [PATCH] chore(main): release 1.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/blindpay/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0a2c8d..06ef895 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4177bad..eab9f1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/blindpaylabs/blindpay-python/compare/v1.2.0...v1.2.1) (2026-03-11) + + +### Documentation + +* update emails ([499c1b9](https://github.com/blindpaylabs/blindpay-python/commit/499c1b999de7f8a7276d40116a4ba4a1f20d5f62)) + ## [1.2.0](https://github.com/blindpaylabs/blindpay-python/compare/v1.1.0...v1.2.0) (2025-11-12) diff --git a/pyproject.toml b/pyproject.toml index fe76075..467235f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "blindpay" -version = "1.2.0" +version = "1.2.1" description = "Official Python SDK for the Blindpay API — Global payments infrastructure" readme = "README.md" authors = [{ name = "Blindpay", email = "alves@blindpay.com" }] diff --git a/src/blindpay/__init__.py b/src/blindpay/__init__.py index 1374c19..d1d93e1 100644 --- a/src/blindpay/__init__.py +++ b/src/blindpay/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.2.0" +__version__ = "1.2.1" from ._internal.exceptions import BlindPayError from .client import BlindPay, BlindPaySync