From 246da3b4d815ac340e8bde889964022b20a5ac48 Mon Sep 17 00:00:00 2001 From: botpub Date: Sun, 22 Nov 2020 16:16:28 +0000 Subject: [PATCH] Release Pelican 4.5.2 --- 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 384c99f0..00000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Improve logging of generators and writer loaders diff --git a/docs/changelog.rst b/docs/changelog.rst index 7031b63b..a97fb9b4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Release history ############### +4.5.2 - 2020-11-22 +================== + +Improve logging of generators and writer loaders + 4.5.1 - 2020-11-02 ================== diff --git a/pyproject.toml b/pyproject.toml index 4331fce1..b78a0374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican" -version = "4.5.1" +version = "4.5.2" description = "Static site generator supporting Markdown and reStructuredText" authors = ["Justin Mayer "] license = "AGPLv3" diff --git a/setup.py b/setup.py index fc4ec3ce..91847f03 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from os.path import join, relpath from setuptools import find_packages, setup -version = "4.5.1" +version = "4.5.2" requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.11', 'pygments', 'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',