mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Release Pelican 4.10.2
Some checks failed
build / Test - 3.10 - macos (push) Has been cancelled
build / Test - 3.11 - macos (push) Has been cancelled
build / Test - 3.12 - macos (push) Has been cancelled
build / Test - 3.10 - ubuntu (push) Has been cancelled
build / Test - 3.11 - ubuntu (push) Has been cancelled
build / Test - 3.12 - ubuntu (push) Has been cancelled
build / Test - 3.8 - ubuntu (push) Has been cancelled
build / Test - 3.9 - ubuntu (push) Has been cancelled
build / Test - 3.10 - windows (push) Has been cancelled
build / Test - 3.11 - windows (push) Has been cancelled
build / Test - 3.12 - windows (push) Has been cancelled
build / Lint (push) Has been cancelled
build / Test build (push) Has been cancelled
build / Build docs (push) Has been cancelled
build / Deploy (push) Has been cancelled
Some checks failed
build / Test - 3.10 - macos (push) Has been cancelled
build / Test - 3.11 - macos (push) Has been cancelled
build / Test - 3.12 - macos (push) Has been cancelled
build / Test - 3.10 - ubuntu (push) Has been cancelled
build / Test - 3.11 - ubuntu (push) Has been cancelled
build / Test - 3.12 - ubuntu (push) Has been cancelled
build / Test - 3.8 - ubuntu (push) Has been cancelled
build / Test - 3.9 - ubuntu (push) Has been cancelled
build / Test - 3.10 - windows (push) Has been cancelled
build / Test - 3.11 - windows (push) Has been cancelled
build / Test - 3.12 - windows (push) Has been cancelled
build / Lint (push) Has been cancelled
build / Test build (push) Has been cancelled
build / Build docs (push) Has been cancelled
build / Deploy (push) Has been cancelled
This commit is contained in:
parent
d9652ef109
commit
07c7eacab9
3 changed files with 7 additions and 5 deletions
|
|
@ -1,4 +0,0 @@
|
||||||
Release type: patch
|
|
||||||
|
|
||||||
- Change ``IGNORE_FILES`` setting default to ignore all hidden files
|
|
||||||
- Fix ``SUMMARY_MAX_PARAGRAPHS`` not being respected in some combinations with ``SUMMARY_MAX_LENGTH``
|
|
||||||
|
|
@ -1,6 +1,12 @@
|
||||||
Release history
|
Release history
|
||||||
###############
|
###############
|
||||||
|
|
||||||
|
4.10.2 - 2024-11-27
|
||||||
|
===================
|
||||||
|
|
||||||
|
- Change ``IGNORE_FILES`` setting default to ignore all hidden files
|
||||||
|
- Fix ``SUMMARY_MAX_PARAGRAPHS`` not being respected in some combinations with ``SUMMARY_MAX_LENGTH``
|
||||||
|
|
||||||
4.10.1 - 2024-09-28
|
4.10.1 - 2024-09-28
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name = "pelican"
|
name = "pelican"
|
||||||
authors = [{ name = "Justin Mayer", email = "authors@getpelican.com" }]
|
authors = [{ name = "Justin Mayer", email = "authors@getpelican.com" }]
|
||||||
description = "Static site generator supporting Markdown and reStructuredText"
|
description = "Static site generator supporting Markdown and reStructuredText"
|
||||||
version = "4.10.1"
|
version = "4.10.2"
|
||||||
license = { text = "AGPLv3" }
|
license = { text = "AGPLv3" }
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
keywords = ["static site generator", "static sites", "ssg"]
|
keywords = ["static site generator", "static sites", "ssg"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue