File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 2.0.0 "
2+ "." : " 2.0.1 "
33}
44
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55import pathlib
66
77
8- __version__ = "2.0.0 "
8+ __version__ = "2.0.1 "
99
1010
1111def extract_version () -> str :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " imgsync"
3- version = " 2.0.0 "
3+ version = " 2.0.1 "
44description = " imgsync will download sync images from several distribution repositories and send them to an OpenStack Image service (Glance)."
55readme = " README.md"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments