Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion leapp/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "0.19.0"
VERSION = "0.20.0"
FULL_VERSION = VERSION
2 changes: 1 addition & 1 deletion man/leapp.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH LEAPP "1" "2025-02-14" "leapp 0.19.0" "User Commands"
.TH LEAPP "1" "2025-08-14" "leapp 0.20.0" "User Commands"

.SH NAME
leapp \- command line interface for upgrades between major OS versions
Expand Down
2 changes: 1 addition & 1 deletion man/snactor.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH SNACTOR "1" "2025-02-14" "snactor 0.19.0" "User Commands"
.TH SNACTOR "1" "2025-08-14" "snactor 0.20.0" "User Commands"

.SH NAME
snactor \- development and repository management tool for leapp
Expand Down
2 changes: 1 addition & 1 deletion packaging/leapp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
%endif

Name: leapp
Version: 0.19.0
Version: 0.20.0
Release: 1%{?dist}
Summary: OS & Application modernization framework

Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jsonschema==3.2.0
mock
pylint
pytest-cov
pytest==4.6.11
pytest==6.2.5