mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Release Pelican 4.5.1
This commit is contained in:
parent
98b1a46362
commit
06d4eff4a5
4 changed files with 9 additions and 7 deletions
|
|
@ -1,5 +0,0 @@
|
|||
Release type: patch
|
||||
|
||||
* Refactor intra-site link discovery in order to match more permissively [#2646](https://github.com/getpelican/pelican/issues/2646)
|
||||
* Fix plugins running twice in auto-reload mode [#2817](https://github.com/getpelican/pelican/issues/2817)
|
||||
* Add notice to use `from pelican import signals` instead of `import pelican.signals` [#2805](https://github.com/getpelican/pelican/issues/2805)
|
||||
|
|
@ -1,6 +1,13 @@
|
|||
Release history
|
||||
###############
|
||||
|
||||
4.5.1 - 2020-11-02
|
||||
==================
|
||||
|
||||
* Refactor intra-site link discovery in order to match more permissively [#2646](https://github.com/getpelican/pelican/issues/2646)
|
||||
* Fix plugins running twice in auto-reload mode [#2817](https://github.com/getpelican/pelican/issues/2817)
|
||||
* Add notice to use `from pelican import signals` instead of `import pelican.signals` [#2805](https://github.com/getpelican/pelican/issues/2805)
|
||||
|
||||
4.5.0 - 2020-08-20
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pelican"
|
||||
version = "4.5.0"
|
||||
version = "4.5.1"
|
||||
description = "Static site generator supporting Markdown and reStructuredText"
|
||||
authors = ["Justin Mayer <entrop@gmail.com>"]
|
||||
license = "AGPLv3"
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ from os.path import join, relpath
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
version = "4.5.0"
|
||||
version = "4.5.1"
|
||||
|
||||
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.11', 'pygments',
|
||||
'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue