Skip to content

Commit

Permalink
chore: Release version 0.13.0
Browse files Browse the repository at this point in the history
Releasing mrack version 0.13.0
  • Loading branch information
actions-user committed Jun 8, 2021
1 parent cd5b5d0 commit c2af397
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v0.13.0 (2021-06-08)
### Feature
* Support size definition in metadata ([`b3923ba`](https://github.com/neoave/mrack/commit/b3923baf2b4969946a935536c2509dee349bc27f))

### Fix
* Use BaseOS as variant for RHEL9.0 in Beaker ([`9908257`](https://github.com/neoave/mrack/commit/9908257f01a417a22e36d3768502530b254c7a0b))

## v0.12.0 (2021-05-13)
### Feature
* Gracefully destroy servers after traceback ([`ab22410`](https://github.com/neoave/mrack/commit/ab22410cf07785c2e430464a5e933807a6d785dc))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Petr Vobornik"

# The full version, including alpha/beta/rc tags
release = "0.12.0"
release = "0.13.0"

# to work with ReadTheDocs which is using version < 2.0
master_doc = 'index'
Expand Down
5 changes: 4 additions & 1 deletion mrack.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global srcname mrack

Name: %{srcname}
Version: 0.12.0
Version: 0.13.0
Release: 1%{?dist}
Summary: Multicloud use-case based multihost async provisioner for CIs and testing during development

Expand Down Expand Up @@ -56,6 +56,9 @@ rm -rf %{srcname}.egg-info
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info

%changelog
* Tue Jun 08 2021 Francisco Triviño <[email protected]> - 0.13.0-1
- Released upstream version 0.13.0

* Thu May 13 2021 Tibor Dudlák <[email protected]> - 0.12.0-1
- Released upstream version 0.12.0

Expand Down
2 changes: 1 addition & 1 deletion src/mrack/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""mrack library version."""
VERSION = "0.12.0"
VERSION = "0.13.0"

0 comments on commit c2af397

Please sign in to comment.