From f65f5eced9c9be3419fd3198e510053bb8d442aa Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 6 Aug 2024 05:20:12 +0000 Subject: [PATCH] chore: Release version 1.21.0 Releasing new mrack version --- CHANGELOG.md | 7 +++++++ docs/conf.py | 2 +- mrack.spec | 5 ++++- src/mrack/version.py | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40672a9f..f3371717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.21.0 (2024-08-06) + +### Feature + +* feat: update pytest-mh output to work with latest version ([`b3e0f7d`](https://github.com/neoave/mrack/commit/b3e0f7df1ebbb0748d267172ef315aa22ae3903a)) + + ## v1.20.0 (2024-07-16) ### Chore diff --git a/docs/conf.py b/docs/conf.py index e573e58f..5f0eadf8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Petr Vobornik" # The full version, including alpha/beta/rc tags -release = "1.20.0" +release = "1.21.0" # to work with ReadTheDocs which is using version < 2.0 master_doc = "index" diff --git a/mrack.spec b/mrack.spec index 20755f1e..b4db9828 100644 --- a/mrack.spec +++ b/mrack.spec @@ -1,5 +1,5 @@ Name: mrack -Version: 1.20.0 +Version: 1.21.0 Release: 1%{?dist} Summary: Multicloud use-case based multihost async provisioner @@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info %{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* %changelog +* Tue Aug 06 2024 Kaleemullah Siddiqui - 1.21.0-1 +- b3e0f7d feat: update pytest-mh output to work with latest version (Kaleemullah Siddiqui) + * Tue Jul 16 2024 David Pascual Hernandez - 1.20.0-1 - feeae04 feat: Add support for translanting %pre and main body part of kickstart (David Pascual) - 236393c chore: Update deprecated actions (David Pascual) diff --git a/src/mrack/version.py b/src/mrack/version.py index 984e8307..4b555a0a 100644 --- a/src/mrack/version.py +++ b/src/mrack/version.py @@ -1,3 +1,3 @@ """mrack library version.""" -VERSION = "1.20.0" +VERSION = "1.21.0"