diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2833e3a..bbeaee3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f4eb89c..7827de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/imgsync/__init__.py b/imgsync/__init__.py index d1e8ba6..d43e233 100644 --- a/imgsync/__init__.py +++ b/imgsync/__init__.py @@ -5,7 +5,7 @@ import pathlib -__version__ = "2.0.0" +__version__ = "2.0.1" def extract_version() -> str: diff --git a/pyproject.toml b/pyproject.toml index 3bc9472..c450167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"