From 287d684d1895061587b6f02f8ebd0579a4ac7db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Reh=C3=A1k?= Date: Tue, 20 Oct 2020 18:06:12 +0200 Subject: [PATCH] Release 0.11.1 ## Packaging - Remove pytest residuals in spec file - Update documentation ## Framework ### Fixes - Fix conversion of deprecation messages to reports (py3) - Fix various issues regarding suppressing of deprecation --- leapp/__init__.py | 2 +- man/leapp.1 | 2 +- man/snactor.1 | 2 +- packaging/leapp.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/leapp/__init__.py b/leapp/__init__.py index 1bdb85b63..742ec63b9 100644 --- a/leapp/__init__.py +++ b/leapp/__init__.py @@ -1,6 +1,6 @@ from leapp.utils.workarounds import apply_workarounds -VERSION = "0.11.0" +VERSION = "0.11.1" FULL_VERSION = VERSION apply_workarounds() diff --git a/man/leapp.1 b/man/leapp.1 index d4da2814c..275580eb8 100644 --- a/man/leapp.1 +++ b/man/leapp.1 @@ -1,4 +1,4 @@ -.TH LEAPP "1" "2020-04-16" "leapp 0.11.0" "User Commands" +.TH LEAPP "1" "2020-10-20" "leapp 0.11.1" "User Commands" .SH NAME leapp \- command line interface for upgrades between major OS versions diff --git a/man/snactor.1 b/man/snactor.1 index 0cc4bf5a3..63f339bf6 100644 --- a/man/snactor.1 +++ b/man/snactor.1 @@ -1,4 +1,4 @@ -.TH SNACTOR "1" "2020-04-16" "snactor 0.11.0" "User Commands" +.TH SNACTOR "1" "2020-10-20" "snactor 0.11.1" "User Commands" .SH NAME snactor \- development and repository management tool for leapp diff --git a/packaging/leapp.spec b/packaging/leapp.spec index 33fb547b9..74c714279 100644 --- a/packaging/leapp.spec +++ b/packaging/leapp.spec @@ -32,7 +32,7 @@ %endif Name: leapp -Version: 0.11.0 +Version: 0.11.1 Release: 1%{?dist} Summary: OS & Application modernization framework