mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Release Pelican 4.10.1
This commit is contained in:
parent
fe45094545
commit
b86383fb28
3 changed files with 7 additions and 5 deletions
|
|
@ -1,4 +0,0 @@
|
|||
Release type: patch
|
||||
|
||||
- Fix error when running ``pelican -r -l``
|
||||
- Fix symlink handling in ``pelican-themes``
|
||||
|
|
@ -1,6 +1,12 @@
|
|||
Release history
|
||||
###############
|
||||
|
||||
4.10.1 - 2024-09-28
|
||||
===================
|
||||
|
||||
- Fix error when running ``pelican -r -l``
|
||||
- Fix symlink handling in ``pelican-themes``
|
||||
|
||||
4.10.0 - 2024-09-16
|
||||
===================
|
||||
|
||||
|
|
|
|||
|
|
@ -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.0"
|
||||
version = "4.10.1"
|
||||
license = { text = "AGPLv3" }
|
||||
readme = "README.rst"
|
||||
keywords = ["static site generator", "static sites", "ssg"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue