From a5db130e1d3a76a27cd8387ffb47a5e24821eea5 Mon Sep 17 00:00:00 2001 From: botpub <52496925+botpub@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:23:38 +0000 Subject: [PATCH] Release Pelican 4.10.0 --- RELEASE.md | 12 ------------ docs/changelog.rst | 14 ++++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 9f31782fe..000000000 --- a/RELEASE.md +++ /dev/null @@ -1,12 +0,0 @@ -Release type: minor - -- Add setting to specify summary via paragraph count -- Add new status to skip generation of a post -- Add setting to append ``ref`` parameter to links in feeds -- Configure logging handler via ``--log-handler`` CLI option -- Resolve intra-site links in summaries -- Warn when files are not processed due to disabled readers -- Add Medium post importer -- Improve GitHub Pages workflow -- Improve code test coverage -- Translate documentation into Simplified Chinese diff --git a/docs/changelog.rst b/docs/changelog.rst index 5ef19b17b..616745644 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,20 @@ Release history ############### +4.10.0 - 2024-09-16 +=================== + +- Add setting to specify summary via paragraph count +- Add new status to skip generation of a post +- Add setting to append ``ref`` parameter to links in feeds +- Configure logging handler via ``--log-handler`` CLI option +- Resolve intra-site links in summaries +- Warn when files are not processed due to disabled readers +- Add Medium post importer +- Improve GitHub Pages workflow +- Improve code test coverage +- Translate documentation into Simplified Chinese + 4.9.1 - 2023-11-15 ================== diff --git a/pyproject.toml b/pyproject.toml index 1a2e14746..2233ab625 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pelican" authors = [{ name = "Justin Mayer", email = "authors@getpelican.com" }] description = "Static site generator supporting Markdown and reStructuredText" -version = "4.9.1" +version = "4.10.0" license = { text = "AGPLv3" } readme = "README.rst" keywords = ["static site generator", "static sites", "ssg"]