From 930225d4b2dfa690bec2ed9c53ab6b181f390b8a Mon Sep 17 00:00:00 2001 From: botpub Date: Tue, 23 Jun 2020 08:55:58 +0000 Subject: [PATCH] Release Simple Footnotes 1.0.1 --- CHANGELOG.md | 5 +++++ RELEASE.md | 3 --- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 9501874..d73856c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +1.0.1 - 2020-06-23 +------------------ + +Change `quote_attr_values` from `legacy` to `always` to unbreak the Pelican's intrasite link regex. + 1.0.0 - 2019-11-16 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 291e9e2..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Change `quote_attr_values` from `legacy` to `always` to unbreak the Pelican's intrasite link regex. diff --git a/pyproject.toml b/pyproject.toml index cef6913..5100caf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican-simple-footnotes" -version = "1.0.0" +version = "1.0.1" description = "Pelican plugin to add footnotes to articles and pages" authors = ["Stuart Langridge ", "Justin Mayer "] license = "AGPL-3.0"