Skip to content

Commit 69e24fa

Browse files
committed
Release Pelican 4.11.0
1 parent ec95a2c commit 69e24fa

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

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.11.0 - 2025-01-15
5+
===================
6+
7+
- Add setting to selectively omit Typogrify filters `(#3439) <https://github.com/getpelican/pelican/pull/3439>`_
8+
- Add more blocks to the Simple theme’s base template, making it easier to create new themes by inheriting from the Simple theme `(#3405) <https://github.com/getpelican/pelican/pull/3405>`_
9+
- Fix auto-reload behavior upon changes to the theme, content or settings. Make default ``IGNORE_FILES`` recursively ignore all hidden files as well as the `default filters <https://watchfiles.helpmanual.io/api/filters/#watchfiles.DefaultFilter.ignore_dirs>`_ from ``watchfiles.DefaultFilter``. `(#3441) <https://github.com/getpelican/pelican/pull/3441>`_
10+
- Get current year from the ``SOURCE_DATE_EPOCH`` environment variable, if available `(#3430) <https://github.com/getpelican/pelican/pull/3430>`_
11+
- Add Python 3.13 to test matrix and remove Python 3.8 `(#3435) <https://github.com/getpelican/pelican/pull/3435>`_
12+
- Require Typogrify 2.1+ and Pygments <2.19
13+
414
4.10.2 - 2024-11-27
515
===================
616

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 = "authors@getpelican.com" }]
44
description = "Static site generator supporting Markdown and reStructuredText"
5-
version = "4.10.2"
5+
version = "4.11.0"
66
license = { text = "AGPLv3" }
77
readme = "README.rst"
88
keywords = ["static site generator", "static sites", "ssg"]

0 commit comments

Comments
 (0)