Skip to content

Commit ca6ae67

Browse files
committed
Release 0.13.0
## Packaging - Drop the dependency on leapp-repository for Fedora and RHEL 8+ (#717) - Provide builds for RHEL 7+ and Fedora (#717) - Drop automatically generated Python dependences on RHEL 8+ and Fedora systems (#717, #716) - Bump the provided leapp-framework capability to 2.0 (#700) ## Framework ### Fixes - models: Do not make references to private symbols (#718) ### Enhancements - Introduce the LEAPP_DEVEL_DATABASE_SYNC_OFF envar to enable speed up writes into the leapp database by disabling synchronisation - only for development / testing purposes (#732) ## Leapp ### Fixes - Fix print of the leapp help msg for Python 3.6+ (#731) ### Enhancements - The leapp commands are now defined/provided by leapp-repositories; leapp discovers the specified commands automatically (#700) - Add CLI support for `choices` and `default` for options of leapp commands (#734) ## Modifications - Makefile: Added the `fast_lint` target to apply linters just on files different from master (#733)
1 parent 00472e9 commit ca6ae67

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.12.1"
3+
VERSION = "0.13.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" "2021-02-04" "leapp 0.12.1" "User Commands"
1+
.TH LEAPP "1" "2021-10-19" "leapp 0.13.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" "2021-02-04" "snactor 0.12.1" "User Commands"
1+
.TH SNACTOR "1" "2021-10-19" "snactor 0.13.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.12.1
45+
Version: 0.13.0
4646
Release: 1%{?dist}
4747
Summary: OS & Application modernization framework
4848

0 commit comments

Comments
 (0)