From 9e72b29fc1a9bbd10725cc98878840e015d626a0 Mon Sep 17 00:00:00 2001 From: botpub Date: Mon, 4 Jan 2021 16:16:16 +0000 Subject: [PATCH] Release Pelican 4.5.4 --- RELEASE.md | 3 --- docs/changelog.rst | 5 +++++ pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 9439717c7..000000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Replace plugin definitions in settings with string representations after registering, so they can be cached correctly (#2828). diff --git a/docs/changelog.rst b/docs/changelog.rst index dfcd4c488..c302d8374 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Release history ############### +4.5.4 - 2021-01-04 +================== + +Replace plugin definitions in settings with string representations after registering, so they can be cached correctly (#2828). + 4.5.3 - 2020-12-01 ================== diff --git a/pyproject.toml b/pyproject.toml index 18bc2f09c..c41f87879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican" -version = "4.5.3" +version = "4.5.4" description = "Static site generator supporting Markdown and reStructuredText" authors = ["Justin Mayer "] license = "AGPLv3" diff --git a/setup.py b/setup.py index ca1fc6744..b4e769c00 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages, setup -version = "4.5.3" +version = "4.5.4" requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.11', 'pygments', 'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',