Skip to content

Commit

Permalink
Release Pelican 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Sep 23, 2019
1 parent ce87857 commit 3f96cb8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 0 additions & 3 deletions RELEASE.md

This file was deleted.

5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release history
###############

4.1.2 - 2019-09-23
==================

Fix pelican.settings.load_source to avoid caching issues - PR #2621

4.1.1 - 2019-08-23
==================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pelican"
version = "4.1.1"
version = "4.1.2"
description = "Static site generator supporting Markdown and reStructuredText"
authors = ["Justin Mayer <[email protected]>"]
license = "AGPLv3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup


version = "4.1.1"
version = "4.1.2"

requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments', 'docutils',
'pytz >= 0a', 'blinker', 'unidecode', 'six >= 1.4',
Expand Down

0 comments on commit 3f96cb8

Please sign in to comment.