From 81cd2599e7a07a7609b03306d9c253c36f88307f Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Wed, 23 Apr 2025 09:22:56 +0200 Subject: [PATCH] Release of 1.0.0rc2 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f52dc1..3bda2f2 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.0rc2] - 2025-04-23 + +### Added +- PTHMINT-59: Add readme, repository, and homepage missing properties in pyproject.toml + ## [1.0.0rc1] - 2025-04-21 ### Added diff --git a/pyproject.toml b/pyproject.toml index 1b41b92..541a476 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.0rc1" +version = "1.0.0rc2" readme = "README.md" repository = "https://github.com/MultiSafepay/python-sdk" homepage = "https://multisafepay.com"