From d9eea41a7b86ad1b4c3bd39e8f9ac5a40b70d5e8 Mon Sep 17 00:00:00 2001 From: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:09:41 +0100 Subject: [PATCH] Bump version and set release date (#1996) --- Cargo.lock | 2 +- bindings/python/CHANGELOG.md | 2 +- bindings/python/Cargo.toml | 2 +- bindings/python/setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d082b2f9f5..4d9b188452 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1638,7 +1638,7 @@ dependencies = [ [[package]] name = "iota-sdk-python" -version = "1.1.2" +version = "1.1.3" dependencies = [ "futures", "iota-sdk-bindings-core", diff --git a/bindings/python/CHANGELOG.md b/bindings/python/CHANGELOG.md index cea2ad2baf..a6711a1480 100644 --- a/bindings/python/CHANGELOG.md +++ b/bindings/python/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --> -## 1.1.3 - 202Y-MM-DD +## 1.1.3 - 2024-02-14 ### Added diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 321e5e46e3..b426e14fff 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota-sdk-python" -version = "1.1.2" +version = "1.1.3" authors = ["IOTA Stiftung"] edition = "2021" description = "Python bindings for the IOTA SDK library" diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 19e5f77a9e..d950a18e3f 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -22,7 +22,7 @@ def get_py_version_cfgs(): setup( name="iota_sdk", - version="1.1.2", + version="1.1.3", classifiers=[ "License :: SPDX-License-Identifier :: Apache-2.0", "Intended Audience :: Developers",