Skip to content

Commit d9eea41

Browse files
authored
Bump version and set release date (#1996)
1 parent 1fd7cb7 commit d9eea41

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/python/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
2020
### Security -->
2121

22-
## 1.1.3 - 202Y-MM-DD
22+
## 1.1.3 - 2024-02-14
2323

2424
### Added
2525

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iota-sdk-python"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
authors = ["IOTA Stiftung"]
55
edition = "2021"
66
description = "Python bindings for the IOTA SDK library"

bindings/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_py_version_cfgs():
2222

2323
setup(
2424
name="iota_sdk",
25-
version="1.1.2",
25+
version="1.1.3",
2626
classifiers=[
2727
"License :: SPDX-License-Identifier :: Apache-2.0",
2828
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)