From 7c8666aba6f50415895ddf67d78361c9801c7d4d Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Wed, 23 Apr 2025 16:41:19 +0200 Subject: [PATCH] Release of 1.0.0rc3 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bda2f2..9b9dafa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0rc3] - 2025-04-23 + +### Removed +- PTHMINT-64: Remove sdk version property from Plugin object + ## [1.0.0rc2] - 2025-04-23 ### Added diff --git a/pyproject.toml b/pyproject.toml index 5623082..41f4fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = ["Multisafepay "] description = "Multisafepay API wrapper" license = "OSL-3.0" name = "multisafepay" -version = "1.0.0rc2" +version = "1.0.0rc3" readme = "README.md" repository = "https://github.com/MultiSafepay/python-sdk" homepage = "https://multisafepay.com"