From 10788e6ed8194c9d8a19e4230d293135d50f5e30 Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Fri, 23 Apr 2021 15:44:17 +0200 Subject: [PATCH] Release 0.12.1 ## Framework ### Fixes - Fix the version field in the json schema v1.1.0 ## Leapp ### Enhancements - Added rerun command for experimental purposes to be able to re-run the last phase ## stdlib ### Enhancements - Fix the call from the leapp stdlib on Python 3.9 --- 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 0d73b155c..fc60e7589 100644 --- a/leapp/__init__.py +++ b/leapp/__init__.py @@ -1,6 +1,6 @@ from leapp.utils.workarounds import apply_workarounds -VERSION = "0.12.0" +VERSION = "0.12.1" FULL_VERSION = VERSION apply_workarounds() diff --git a/man/leapp.1 b/man/leapp.1 index cd987e3c8..36c22b9d3 100644 --- a/man/leapp.1 +++ b/man/leapp.1 @@ -1,4 +1,4 @@ -.TH LEAPP "1" "2021-02-04" "leapp 0.12.0" "User Commands" +.TH LEAPP "1" "2021-02-04" "leapp 0.12.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 e8d543068..501caddc8 100644 --- a/man/snactor.1 +++ b/man/snactor.1 @@ -1,4 +1,4 @@ -.TH SNACTOR "1" "2021-02-04" "snactor 0.12.0" "User Commands" +.TH SNACTOR "1" "2021-02-04" "snactor 0.12.1" "User Commands" .SH NAME snactor \- development and repository management tool for leapp diff --git a/packaging/leapp.spec b/packaging/leapp.spec index cfe4f9135..428fe2567 100644 --- a/packaging/leapp.spec +++ b/packaging/leapp.spec @@ -32,7 +32,7 @@ %endif Name: leapp -Version: 0.12.0 +Version: 0.12.1 Release: 1%{?dist} Summary: OS & Application modernization framework