-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releasing mrack version 1.13.1
- Loading branch information
github-actions
committed
Feb 21, 2023
1 parent
1421b37
commit 469298d
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: mrack | ||
Version: 1.13.0 | ||
Version: 1.13.1 | ||
Release: 4%{?dist} | ||
Summary: Multicloud use-case based multihost async provisioner | ||
|
||
|
@@ -182,6 +182,9 @@ rm -r src/%{name}.egg-info | |
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* | ||
|
||
%changelog | ||
* Tue Feb 21 2023 Tibor Dudlák <[email protected]> - 1.13.1-1 | ||
- 1421b37 fix(MrackConfig): Fix MrackConfig class properties (Tibor Dudlák) | ||
|
||
* Fri Feb 17 2023 Tibor Dudlák <[email protected]> - 1.13.0-1 | ||
- 72cc2f3 test: add extra dnf options when dealing with rhel/epel 8 (Tibor Dudlák) | ||
- 32a754b chore: set packit to sync changelog as well (Tibor Dudlák) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"""mrack library version.""" | ||
VERSION = "1.13.0" | ||
VERSION = "1.13.1" |