Skip to content

Commit

Permalink
Merged PR 67: バージョン更新
Browse files Browse the repository at this point in the history
- Changed: update to version 1.3.0
- Changed: required python 3.10 or higher

Related work items: #198
  • Loading branch information
kmok8oji committed Aug 30, 2024
2 parents 26c2b56 + d5d522d commit 5ec5822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.3.0] - 2024-08-30

### Changed

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fujitsu-ansible-irmc-integration"
version = "1.2.1"
version = "1.3.0"
description = "Ansible modules for manage Fujitsu PRIMERGY servers via iRMC"
authors = []
dependencies = [
Expand All @@ -10,7 +10,7 @@ dependencies = [
"requests-toolbelt>=1.0.0",
]
readme = "README.md"
requires-python = ">= 3.9"
requires-python = ">= 3.10"

[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit 5ec5822

Please sign in to comment.