diff --git a/README.md b/README.md index 7d509642f6..5ec5f723c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -**Before doing anything, please read -[Leapp framework documentation](https://leapp.readthedocs.io/).** +**Before doing anything, please read the upstream [documentation](https://leapp-repository.readthedocs.io/).** + +Also, you could find useufl to read [Leapp framework documentation](https://leapp.readthedocs.io/). --- diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 2a0d966390..0000000000 --- a/docs/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Leapp repository documentation - -The Leapp repository documentation has been moved to [Read the Docs](https://leapp.readthedocs.io/). diff --git a/docs/source/conf.py b/docs/source/conf.py index adea67550f..626a3796a0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,9 +9,9 @@ import sphinx_rtd_theme project = 'leapp-repository' -copyright = '2024, Leapp team' +copyright = '2025, Leapp team' author = 'Leapp team' -release = '0.21.0' +release = '0.22.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/source/libraries-and-api/deprecations-list.md b/docs/source/libraries-and-api/deprecations-list.md index 974b1a9544..07cbf1d633 100644 --- a/docs/source/libraries-and-api/deprecations-list.md +++ b/docs/source/libraries-and-api/deprecations-list.md @@ -12,7 +12,11 @@ framework, see {ref}`deprecation:list of the deprecated functionality in leapp`. Only the versions in which a deprecation has been made are listed. -## v0.20.0 (till TODO date) +## Next release (till TODO date) + +- No new deprecation yet + +## v0.20.0 (till September 2024) - Models - **`InstalledRedHatSignedRPM`** - Replaced by the distribution agnostic `DistributionSignedRPM`. diff --git a/packaging/leapp-repository.spec b/packaging/leapp-repository.spec index 6676d9077d..f45fda68a0 100644 --- a/packaging/leapp-repository.spec +++ b/packaging/leapp-repository.spec @@ -51,7 +51,7 @@ py2_byte_compile "%1" "%2"} # RHEL 8+ packages to be consistent with other leapp projects in future. Name: leapp-repository -Version: 0.21.0 +Version: 0.22.0 Release: 1%{?dist} Summary: Repositories for leapp