diff --git a/README.md b/README.md index f62955a..13cbcc0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ information about the usage of `repo-autoindex`. ## Changelog +### v1.1.0 - 2023-04-04 + +- Added limited support for kickstart repositories. + ### v1.0.2 - 2022-10-21 - Reduced memory usage when handling large yum repositories. diff --git a/docs/conf.py b/docs/conf.py index 86d1bce..4ec193e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,9 +7,9 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "repo-autoindex" -copyright = "2022, Red Hat" +copyright = "2023, Red Hat" author = "Rohan McGovern " -release = "1.0.2" +release = "1.1.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 368b6dc..8709827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "repo-autoindex" -version = "1.0.2" +version = "1.1.0" description = "Generic static HTML indexes of various repository types" authors = ["Rohan McGovern "] license = "GPL-3.0-or-later"