diff options
-rw-r--r-- | RELEASE.md | 3 | ||||
-rw-r--r-- | docs/changelog.rst | 5 | ||||
-rw-r--r-- | pyproject.toml | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
4 files changed, 7 insertions, 5 deletions
diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index c1978b31..00000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Fix a mistake made in PR #2821 diff --git a/docs/changelog.rst b/docs/changelog.rst index a97fb9b4..dfcd4c48 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Release history ############### +4.5.3 - 2020-12-01 +================== + +Fix a mistake made in PR #2821 + 4.5.2 - 2020-11-22 ================== diff --git a/pyproject.toml b/pyproject.toml index b78a0374..18bc2f09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican" -version = "4.5.2" +version = "4.5.3" description = "Static site generator supporting Markdown and reStructuredText" authors = ["Justin Mayer <entrop@gmail.com>"] license = "AGPLv3" @@ -6,7 +6,7 @@ from os.path import join, relpath from setuptools import find_packages, setup -version = "4.5.2" +version = "4.5.3" requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.11', 'pygments', 'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode', |