Skip to content

Commit

Permalink
chore(master): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Sep 26, 2024
1 parent 9d29a66 commit 97a2f88
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "2.0.0"
".": "2.0.1"
}

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/IFCA-Advanced-Computing/imgsync/compare/v2.0.0...v2.0.1) (2024-09-26)


### Miscellaneous Chores

* release 2.0.1 ([9d29a66](https://github.com/IFCA-Advanced-Computing/imgsync/commit/9d29a6676eb74efb22595a284f86e7952184e1db))

## [2.0.0](https://github.com/IFCA-Advanced-Computing/imgsync/compare/v1.3.0...v2.0.0) (2024-09-26)


Expand Down
2 changes: 1 addition & 1 deletion imgsync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pathlib


__version__ = "2.0.0"
__version__ = "2.0.1"


def extract_version() -> str:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "imgsync"
version = "2.0.0"
version = "2.0.1"
description = "imgsync will download sync images from several distribution repositories and send them to an OpenStack Image service (Glance)."
readme = "README.md"
license = "Apache-2.0"
Expand Down

0 comments on commit 97a2f88

Please sign in to comment.