File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.0.0 "
2
+ "." : " 2.0.1 "
3
3
}
4
4
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 2.0.0] ( https://github.com/IFCA-Advanced-Computing/imgsync/compare/v1.3.0...v2.0.0 ) (2024-09-26)
4
11
5
12
Original file line number Diff line number Diff line change 5
5
import pathlib
6
6
7
7
8
- __version__ = "2.0.0 "
8
+ __version__ = "2.0.1 "
9
9
10
10
11
11
def extract_version () -> str :
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " imgsync"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
4
4
description = " imgsync will download sync images from several distribution repositories and send them to an OpenStack Image service (Glance)."
5
5
readme = " README.md"
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments