Skip to content

Commit f862d64

Browse files
committed
Release Pelican 4.7.0
1 parent 7dec266 commit f862d64

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

RELEASE.md

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

docs/changelog.rst

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

4+
4.7.0 - 2021-10-01
5+
==================
6+
7+
* Improve default theme rendering on mobile and other small screen devices `(#2914) <https://github.com/getpelican/pelican/pull/2914>`_
8+
* Add support for hidden articles `(#2866) <https://github.com/getpelican/pelican/pull/2866>`_
9+
* Improve word count behavior when generating summary CJK & other locales `(#2864) <https://github.com/getpelican/pelican/pull/2864>`_
10+
* Add progress spinner during generation `(#2869) <https://github.com/getpelican/pelican/pull/2869>`_
11+
and richer logging `(#2897) <https://github.com/getpelican/pelican/pull/2897>`_, both via `Rich <https://github.com/willmcgugan/rich>`_
12+
* Invoke tasks ``serve`` and ``livereload`` now auto-open a web browser pointing to the locally-served web site `(#2764) <https://github.com/getpelican/pelican/pull/2764>`_
13+
* Support some date format codes used by ISO dates `(#2902) <https://github.com/getpelican/pelican/pull/2902>`_
14+
* Document how to add a new writer `(#2901) <https://github.com/getpelican/pelican/pull/2901>`_
15+
416
4.6.0 - 2021-03-23
517
==================
618

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.6.0"
3+
version = "4.7.0"
44
description = "Static site generator supporting Markdown and reStructuredText"
55
authors = ["Justin Mayer <entrop@gmail.com>"]
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.6.0"
9+
version = "4.7.0"
1010

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

0 commit comments

Comments
 (0)