Skip to content

Commit

Permalink
Release Pelican 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Feb 9, 2022
1 parent f3613af commit 5823412
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.7.2 - 2022-02-09
==================

Fix incorrect parsing of parameters specified via `-e` / `--extra-settings` option flags (#2938).

4.7.1 - 2021-10-12
==================

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.7.1"
version = "4.7.2"
description = "Static site generator supporting Markdown and reStructuredText"
authors = ["Justin Mayer <[email protected]>"]
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.7.1"
version = "4.7.2"

requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments',
'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',
Expand Down

0 comments on commit 5823412

Please sign in to comment.