Skip to content

Commit 5ec5822

Browse files
committed
Merged PR 67: バージョン更新
- Changed: update to version 1.3.0 - Changed: required python 3.10 or higher Related work items: #198
2 parents 26c2b56 + d5d522d commit 5ec5822

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.3.0] - 2024-08-30
99

1010
### Changed
1111

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fujitsu-ansible-irmc-integration"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
description = "Ansible modules for manage Fujitsu PRIMERGY servers via iRMC"
55
authors = []
66
dependencies = [
@@ -10,7 +10,7 @@ dependencies = [
1010
"requests-toolbelt>=1.0.0",
1111
]
1212
readme = "README.md"
13-
requires-python = ">= 3.9"
13+
requires-python = ">= 3.10"
1414

1515
[build-system]
1616
requires = ["hatchling"]

0 commit comments

Comments
 (0)