diff --git a/docs/source/deprecation.md b/docs/source/deprecation.md index b99ffd380..a9e9776e0 100644 --- a/docs/source/deprecation.md +++ b/docs/source/deprecation.md @@ -15,6 +15,10 @@ such information, see [Deprecated functionality in the el7toel8 repository](el7t ## current upstream development (till the next release + 6months) +- nothing yet... + +## current upstream development (till Mar 2023) + - Reporting primitives - **`leapp.reporting.Flags`** - The `Flags` report primitive has been deprecated in favor of the more general `Groups` one. - **`leapp.reporting.Tags`** - The `Tags` report primitive has been deprecated in favor of the more general `Groups` one. diff --git a/leapp/__init__.py b/leapp/__init__.py index 9efbaab0b..74ff162cb 100644 --- a/leapp/__init__.py +++ b/leapp/__init__.py @@ -1,6 +1,6 @@ from leapp.utils.workarounds import apply_workarounds -VERSION = "0.14.0" +VERSION = "0.15.0" FULL_VERSION = VERSION apply_workarounds() diff --git a/leapp/reporting/__init__.py b/leapp/reporting/__init__.py index 5e51ce80c..821f19fde 100644 --- a/leapp/reporting/__init__.py +++ b/leapp/reporting/__init__.py @@ -161,7 +161,7 @@ def __init__(self, value=None): @deprecated( - since='2022-09-01', + since='2022-08-23', message=( 'The primitive is deprecated as Tags and Flags have been joined into the Groups primitive.' 'Please use Groups for report message typing instead.' @@ -173,7 +173,7 @@ def __init__(self, *args, **kwargs): @deprecated( - since='2022-09-01', + since='2022-08-23', message=( 'The primitive is deprecated as Tags and Flags have been joined into the Groups primitive.' 'Please use Groups for report message typing instead.' diff --git a/man/leapp.1 b/man/leapp.1 index 856895039..5c8ebcd3d 100644 --- a/man/leapp.1 +++ b/man/leapp.1 @@ -1,4 +1,4 @@ -.TH LEAPP "1" "2022-03-17" "leapp 0.14.0" "User Commands" +.TH LEAPP "1" "2022-08-23" "leapp 0.15.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 7d95877ac..f43f84169 100644 --- a/man/snactor.1 +++ b/man/snactor.1 @@ -1,4 +1,4 @@ -.TH SNACTOR "1" "2022-03-17" "snactor 0.14.0" "User Commands" +.TH SNACTOR "1" "2022-08-23" "snactor 0.15.0" "User Commands" .SH NAME snactor \- development and repository management tool for leapp diff --git a/packaging/leapp.spec b/packaging/leapp.spec index a22f19f29..dfca9aa61 100644 --- a/packaging/leapp.spec +++ b/packaging/leapp.spec @@ -42,7 +42,7 @@ %endif Name: leapp -Version: 0.14.0 +Version: 0.15.0 Release: 1%{?dist} Summary: OS & Application modernization framework