summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbotpub <botpub@autopub.rocks>2020-11-22 16:16:28 +0000
committerbotpub <botpub@autopub.rocks>2020-11-22 16:16:28 +0000
commit246da3b4d815ac340e8bde889964022b20a5ac48 (patch)
treeb64d4d860dcad2529f9d5459a75d565d91df1719
parentafdf0fb3cf6cd376a6f241e2d5bbf99cf0e348c2 (diff)
downloadpelican-246da3b4d815ac340e8bde889964022b20a5ac48.tar.gz
Release Pelican 4.5.24.5.2
-rw-r--r--RELEASE.md3
-rw-r--r--docs/changelog.rst5
-rw-r--r--pyproject.toml2
-rwxr-xr-xsetup.py2
4 files changed, 7 insertions, 5 deletions
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 <entrop@gmail.com>"]
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',