Skip to content

Commit 6cd707a

Browse files
committed
Release Pelican 4.9.0
1 parent 7ca66ee commit 6cd707a

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

RELEASE.md

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

docs/changelog.rst

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

4+
4.9.0 - 2023-11-12
5+
==================
6+
7+
* Upgrade code to new minimum supported Python version: 3.8
8+
* Settings support for ``pathlib.Path`` `(#2758) <https://github.com/getpelican/pelican/pull/2758>`_
9+
* Various improvements to Simple theme (`#2976 <https://github.com/getpelican/pelican/pull/2976>`_ & `#3234 <https://github.com/getpelican/pelican/pull/3234>`_)
10+
* Use Furo as Sphinx documentation theme `(#3023) <https://github.com/getpelican/pelican/pull/3023>`_
11+
* Default to 100 articles maximum in feeds `(#3127) <https://github.com/getpelican/pelican/pull/3127>`_
12+
* Add ``period_archives common context`` variable `(#3148) <https://github.com/getpelican/pelican/pull/3148>`_
13+
* Use ``watchfiles`` as the file-watching backend `(#3151) <https://github.com/getpelican/pelican/pull/3151>`_
14+
* Add GitHub Actions workflow for GitHub Pages `(#3189) <https://github.com/getpelican/pelican/pull/3189>`_
15+
* Allow dataclasses in settings `(#3204) <https://github.com/getpelican/pelican/pull/3204>`_
16+
* Switch build tool to PDM instead of Setuptools/Poetry `(#3220) <https://github.com/getpelican/pelican/pull/3220>`_
17+
* Provide a ``plugin_enabled`` Jinja test for themes `(#3235) <https://github.com/getpelican/pelican/pull/3235>`_
18+
* Preserve connection order in Blinker `(#3238) <https://github.com/getpelican/pelican/pull/3238>`_
19+
* Remove social icons from default ``notmyidea`` theme `(#3240) <https://github.com/getpelican/pelican/pull/3240>`_
20+
* Remove unreliable ``WRITE_SELECTED`` feature `(#3243) <https://github.com/getpelican/pelican/pull/3243>`_
21+
* Importer: Report broken embedded video links when importing from Tumblr `(#3177) <https://github.com/getpelican/pelican/issues/3177>`_
22+
* Importer: Remove newline addition when iterating Photo post types `(#3178) <https://github.com/getpelican/pelican/issues/3178>`_
23+
* Importer: Force timestamp conversion in Tumblr importer to be UTC with offset `(#3221) <https://github.com/getpelican/pelican/pull/3221>`_
24+
* Importer: Use tempfile for intermediate HTML file for Pandoc `(#3221) <https://github.com/getpelican/pelican/pull/3221>`_
25+
* Switch linters to Ruff `(#3223) <https://github.com/getpelican/pelican/pull/3223>`_
26+
427
4.8.0 - 2022-07-11
528
==================
629

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pelican"
33
authors = [{ name = "Justin Mayer", email = "[email protected]" }]
44
description = "Static site generator supporting Markdown and reStructuredText"
5-
version = "4.8.0"
5+
version = "4.9.0"
66
license = { text = "AGPLv3" }
77
readme = "README.rst"
88
keywords = ["static site generator", "static sites", "ssg"]

0 commit comments

Comments
 (0)