Skip to content

Commit

Permalink
Releasing 0.9.2 with offspot-config 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jan 26, 2024
1 parent 98b7e49 commit a461119
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.2] - 2024-01-26

### Changed

- Using offspot-config 1.7.2

## [0.9.1] - 2024-01-22

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"progressbar2==4.3.2",
"docker_export==1.0.1",
"typeguard==4.1.5",
"offspot-config==1.7.1",
"offspot-config==1.7.2",
"natsort==8.4.0",
]
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion src/image_creator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1"
__version__ = "0.9.2"

0 comments on commit a461119

Please sign in to comment.