From 469298da7d00a6162dea5cffd09b3048536f8e95 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 21 Feb 2023 11:43:14 +0000 Subject: [PATCH] chore: Release version 1.13.1 Releasing mrack version 1.13.1 --- CHANGELOG.md | 4 ++++ docs/conf.py | 2 +- mrack.spec | 5 ++++- src/mrack/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8743e181..da461fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.13.1 (2023-02-21) +### Fix +* **MrackConfig:** Fix MrackConfig class properties ([`1421b37`](https://github.com/neoave/mrack/commit/1421b371d1eef6509f9cdc4ef81f57c8a8a37751)) + ## v1.13.0 (2023-02-17) ### Feature * **OpenStack:** Provide a way to disable network spreading ([`777862f`](https://github.com/neoave/mrack/commit/777862fc917bc1dc436f008f4693c991e101dd0d)) diff --git a/docs/conf.py b/docs/conf.py index ec556721..21a63c3a 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.13.0" +release = "1.13.1" # to work with ReadTheDocs which is using version < 2.0 master_doc = 'index' diff --git a/mrack.spec b/mrack.spec index dbdfa35c..72b89bbe 100644 --- a/mrack.spec +++ b/mrack.spec @@ -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 - 1.13.1-1 +- 1421b37 fix(MrackConfig): Fix MrackConfig class properties (Tibor Dudlák) + * Fri Feb 17 2023 Tibor Dudlák - 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) diff --git a/src/mrack/version.py b/src/mrack/version.py index 236f076f..faec3524 100644 --- a/src/mrack/version.py +++ b/src/mrack/version.py @@ -1,2 +1,2 @@ """mrack library version.""" -VERSION = "1.13.0" +VERSION = "1.13.1"