-
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.
Showing
4 changed files
with
21 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global srcname mrack | ||
|
||
Name: %{srcname} | ||
Version: 0.6.0 | ||
Version: 0.7.0 | ||
Release: 1%{?dist} | ||
Summary: Multicloud use-case based multihost async provisioner for CIs and testing during development | ||
|
||
|
@@ -53,5 +53,8 @@ rm -rf %{srcname}.egg-info | |
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info | ||
|
||
%changelog | ||
* Mon Mar 22 2021 Tibor Dudlák <[email protected]> - 0.7.0-1 | ||
- Released upstream version 0.7.0 | ||
|
||
* Thu Feb 04 2021 Armando Neto <[email protected]> - 0.6.0-1 | ||
- Initial package. |
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 @@ | ||
"""mrack library.""" | ||
__version__ = "0.6.0" | ||
__version__ = "0.7.0" | ||
|
||
import logging | ||
|
||
|