From 07c7eacab914985942ea776f6606fd5f8a8f9e93 Mon Sep 17 00:00:00 2001 From: botpub <52496925+botpub@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:53:23 +0000 Subject: [PATCH] Release Pelican 4.10.2 --- RELEASE.md | 4 ---- docs/changelog.rst | 6 ++++++ pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 61dcffa2..00000000 --- a/RELEASE.md +++ /dev/null @@ -1,4 +0,0 @@ -Release type: patch - -- Change ``IGNORE_FILES`` setting default to ignore all hidden files -- Fix ``SUMMARY_MAX_PARAGRAPHS`` not being respected in some combinations with ``SUMMARY_MAX_LENGTH`` diff --git a/docs/changelog.rst b/docs/changelog.rst index cfc290df..03dfc81b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Release history ############### +4.10.2 - 2024-11-27 +=================== + +- Change ``IGNORE_FILES`` setting default to ignore all hidden files +- Fix ``SUMMARY_MAX_PARAGRAPHS`` not being respected in some combinations with ``SUMMARY_MAX_LENGTH`` + 4.10.1 - 2024-09-28 =================== diff --git a/pyproject.toml b/pyproject.toml index f3629015..bd6b22b4 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.10.1" +version = "4.10.2" license = { text = "AGPLv3" } readme = "README.rst" keywords = ["static site generator", "static sites", "ssg"]