diff --git a/leapp/__init__.py b/leapp/__init__.py index fc60e7589..9ea4e99ec 100644 --- a/leapp/__init__.py +++ b/leapp/__init__.py @@ -1,6 +1,6 @@ from leapp.utils.workarounds import apply_workarounds -VERSION = "0.12.1" +VERSION = "0.13.0" FULL_VERSION = VERSION apply_workarounds() diff --git a/man/leapp.1 b/man/leapp.1 index 65a34493a..35014e7ab 100644 --- a/man/leapp.1 +++ b/man/leapp.1 @@ -1,4 +1,4 @@ -.TH LEAPP "1" "2021-02-04" "leapp 0.12.1" "User Commands" +.TH LEAPP "1" "2021-10-19" "leapp 0.13.0" "User Commands" .SH NAME leapp \- command line interface for upgrades between major OS versions diff --git a/man/snactor.1 b/man/snactor.1 index 501caddc8..2d2684f39 100644 --- a/man/snactor.1 +++ b/man/snactor.1 @@ -1,4 +1,4 @@ -.TH SNACTOR "1" "2021-02-04" "snactor 0.12.1" "User Commands" +.TH SNACTOR "1" "2021-10-19" "snactor 0.13.0" "User Commands" .SH NAME snactor \- development and repository management tool for leapp diff --git a/packaging/leapp.spec b/packaging/leapp.spec index 14b391682..63bcdfdf5 100644 --- a/packaging/leapp.spec +++ b/packaging/leapp.spec @@ -42,7 +42,7 @@ %endif Name: leapp -Version: 0.12.1 +Version: 0.13.0 Release: 1%{?dist} Summary: OS & Application modernization framework