Skip to content

Commit 9001a86

Browse files
committed
Release 0.18.0
## Packaging - Start building for EL 9 in the upstream repository on COPR (#855) ## Framework ### Enhancements - Minor update in the summary overview to highlight what is present in the pre-upgrade report (#858) - Store metadata about actors, workflows, and dialogs inside leapp audit db (#847, #867) ## Leapp (tool) ### Enhancements - Implement singleton leapp execution to prevent multiple running leapp instances on the system in the same time (#851) ## stdlib ### Fixes - Close properly all file descriptors when executing shell commands via `run` (#880) ## Modifications - Code is now Python3.12 compatible (#855)
1 parent 5248cb1 commit 9001a86

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.17.0"
3+
VERSION = "0.18.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" "2024-02-13" "leapp 0.17.0" "User Commands"
1+
.TH LEAPP "1" "2024-08-16" "leapp 0.18.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" "2024-02-13" "snactor 0.17.0" "User Commands"
1+
.TH SNACTOR "1" "2024-08-16" "snactor 0.18.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.17.0
45+
Version: 0.18.0
4646
Release: 1%{?dist}
4747
Summary: OS & Application modernization framework
4848

0 commit comments

Comments
 (0)