diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 9fb13e49..00000000 --- a/RELEASE.md +++ /dev/null @@ -1,8 +0,0 @@ -Release type: minor - -- Add setting to selectively omit Typogrify filters `(#3439) `_ -- Add more blocks to the Simple theme’s base template, making it easier to create new themes by inheriting from the Simple theme `(#3405) `_ -- 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 `_ from ``watchfiles.DefaultFilter``. `(#3441) `_ -- Get current year from the ``SOURCE_DATE_EPOCH`` environment variable, if available `(#3430) `_ -- Add Python 3.13 to test matrix and remove Python 3.8 `(#3435) `_ -- Require Typogrify 2.1+ and Pygments <2.19 diff --git a/docs/changelog.rst b/docs/changelog.rst index 03dfc81b..b82faaa3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,16 @@ Release history ############### +4.11.0 - 2025-01-15 +=================== + +- Add setting to selectively omit Typogrify filters `(#3439) `_ +- Add more blocks to the Simple theme’s base template, making it easier to create new themes by inheriting from the Simple theme `(#3405) `_ +- 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 `_ from ``watchfiles.DefaultFilter``. `(#3441) `_ +- Get current year from the ``SOURCE_DATE_EPOCH`` environment variable, if available `(#3430) `_ +- Add Python 3.13 to test matrix and remove Python 3.8 `(#3435) `_ +- Require Typogrify 2.1+ and Pygments <2.19 + 4.10.2 - 2024-11-27 =================== diff --git a/pyproject.toml b/pyproject.toml index 02a1d56a..014ebfc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pelican" authors = [{ name = "Justin Mayer", email = "authors@getpelican.com" }] description = "Static site generator supporting Markdown and reStructuredText" -version = "4.10.2" +version = "4.11.0" license = { text = "AGPLv3" } readme = "README.rst" keywords = ["static site generator", "static sites", "ssg"]