Skip to content

Commit 9685e4b

Browse files
committed
Release Pelican 4.8.0
1 parent d5d7920 commit 9685e4b

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

RELEASE.md

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

docs/changelog.rst

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

4+
4.8.0 - 2022-07-11
5+
==================
6+
7+
* Use JSON values for extra settings in Invoke tasks template (#2994)
8+
* Add content tag for links, which can help with things like Twitter social cards (#3001)
9+
* Improve word count behavior when generating summary (#3002)
10+
411
4.7.2 - 2022-02-09
512
==================
613

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.2"
3+
version = "4.8.0"
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.2"
9+
version = "4.8.0"
1010

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

0 commit comments

Comments
 (0)