Skip to content

Commit b57c5de

Browse files
pirat89Rezney
authored andcommitted
Release 0.16.0
## Packaging - Provide leapp-framework 5.0 (#818, #840) ## Framework ### Fixes - Improve processing of reports with UTF-8 characters (#821, #828) - Fix info reporting with only one path to log (#834) ### Enhancements - Include tracebacks of actors into the leapp.db (#832) ## Leapp (tool) ### Fixes - Dialog creation fails not more for a component without choices (#826) - Empty report is generated correctly (#828) - Fix processing data in remediation instructions with non-ascii characters () ### Enhancements - Improve report summary output to make it more visible (#818, #840) ## stdlib ### Fixes - Fixed the call when the execute cannot be performed (#836) ### Enhancements - changes related just to stdlib - under leapp/libraries/stdlib
1 parent 1a68726 commit b57c5de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

leapp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from leapp.utils.workarounds import apply_workarounds
22

3-
VERSION = "0.15.1"
3+
VERSION = "0.16.0"
44
FULL_VERSION = VERSION
55

66
apply_workarounds()

man/leapp.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH LEAPP "1" "2023-02-21" "leapp 0.15.1" "User Commands"
1+
.TH LEAPP "1" "2023-08-23" "leapp 0.16.0" "User Commands"
22

33
.SH NAME
44
leapp \- command line interface for upgrades between major OS versions

man/snactor.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH SNACTOR "1" "2023-02-21" "snactor 0.15.1" "User Commands"
1+
.TH SNACTOR "1" "2023-08-23" "snactor 0.16.0" "User Commands"
22

33
.SH NAME
44
snactor \- development and repository management tool for leapp

packaging/leapp.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
%endif
4343

4444
Name: leapp
45-
Version: 0.15.1
45+
Version: 0.16.0
4646
Release: 1%{?dist}
4747
Summary: OS & Application modernization framework
4848

0 commit comments

Comments
 (0)