Skip to content

Commit bb10d28

Browse files
committed
Release Pelican 4.7.1
1 parent de2e9b7 commit bb10d28

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

RELEASE.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release history
22
###############
33

4+
4.7.1 - 2021-10-12
5+
==================
6+
7+
* Extend rich logging to server component `(#2927) <https://github.com/getpelican/pelican/pull/2927>`_
8+
* Fix an issue where metadata flagged to be discarded was being cached `(#2926) <https://github.com/getpelican/pelican/pull/2926>`_
9+
* Adjust suffix in server to allow redirection when needed `(#2931) <https://github.com/getpelican/pelican/pull/2931>`_
10+
* Add MIME types for web fonts `(#2929) <https://github.com/getpelican/pelican/pull/2929>`_
11+
* Distribute sample data used to run tests `(#2935) <https://github.com/getpelican/pelican/pull/2935>`_
12+
* Add Python 3.10 to test matrix
13+
414
4.7.0 - 2021-10-01
515
==================
616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pelican"
3-
version = "4.7.0"
3+
version = "4.7.1"
44
description = "Static site generator supporting Markdown and reStructuredText"
55
authors = ["Justin Mayer <[email protected]>"]
66
license = "AGPLv3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import find_packages, setup
77

88

9-
version = "4.7.0"
9+
version = "4.7.1"
1010

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

0 commit comments

Comments
 (0)