Skip to content

Commit

Permalink
Release Pelican 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Jan 4, 2021
1 parent dc60105 commit 9e72b29
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 0 additions & 3 deletions RELEASE.md

This file was deleted.

5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <entrop@gmail.com>"]
license = "AGPLv3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9e72b29

Please sign in to comment.