Release Pelican 4.9.1

This commit is contained in:
botpub 2023-11-15 17:16:23 +00:00
commit 7194cf5795
3 changed files with 6 additions and 4 deletions

View file

@ -1,3 +0,0 @@
Release type: patch
* Ensure ``tzdata`` dependency is installed on Windows

View file

@ -1,6 +1,11 @@
Release history Release history
############### ###############
4.9.1 - 2023-11-15
==================
* Ensure ``tzdata`` dependency is installed on Windows
4.9.0 - 2023-11-12 4.9.0 - 2023-11-12
================== ==================

View file

@ -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.9.0" version = "4.9.1"
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"]