Skip to content

Commit 1c9e2ee

Browse files
committed
Release 0.17.0
## Framework ### Enhancements - Generated txt report file now contains also External links when part of a report (#842, #844) ## stdlib ### Fixes - The `run` function is now compatible with Python 3.12 (#845)
1 parent 8b780b3 commit 1c9e2ee

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

0 commit comments

Comments
 (0)