Skip to content

Commit fd36bcc

Browse files
committed
chore(master): release 2.0.1
1 parent 9d29a66 commit fd36bcc

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.0.0"
2+
".": "2.0.1"
33
}
44

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/IFCA-Advanced-Computing/imgsync/compare/v2.0.0...v2.0.1) (2024-09-26)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 2.0.1 ([9d29a66](https://github.com/IFCA-Advanced-Computing/imgsync/commit/9d29a6676eb74efb22595a284f86e7952184e1db))
9+
310
## [2.0.0](https://github.com/IFCA-Advanced-Computing/imgsync/compare/v1.3.0...v2.0.0) (2024-09-26)
411

512

imgsync/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pathlib
66

77

8-
__version__ = "2.0.0"
8+
__version__ = "2.0.1"
99

1010

1111
def extract_version() -> str:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "imgsync"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "imgsync will download sync images from several distribution repositories and send them to an OpenStack Image service (Glance)."
55
readme = "README.md"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)