From 99a5f8286444cb6b39bcbb1c606ca307e2876037 Mon Sep 17 00:00:00 2001 From: botpub <52496925+botpub@users.noreply.github.com> Date: Fri, 14 Jun 2024 07:39:08 +0000 Subject: [PATCH] Release Simple Footnotes 1.0.3 --- CHANGELOG.md | 8 ++++++++ RELEASE.md | 6 ------ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e9cde9f..e9239cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +1.0.3 - 2024-06-14 +------------------ + +- Enable footnote generation on hidden pages and other page types +- Render arrow Unicode character as text instead of emoji on iOS +- Replace Poetry with PDM, Flake8/isort with Ruff +- Drop official support for Python 3.6 & 3.7 + 1.6.1 - 2024-06-14 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index f886cf2..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,6 +0,0 @@ -Release type: patch - -- Enable footnote generation on hidden pages and other page types -- Render arrow Unicode character as text instead of emoji on iOS -- Replace Poetry with PDM, Flake8/isort with Ruff -- Drop official support for Python 3.6 & 3.7 diff --git a/pyproject.toml b/pyproject.toml index 368e748..e8486fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pelican-simple-footnotes" -version = "1.0.2" +version = "1.0.3" description = "Pelican plugin to add footnotes to articles and pages" authors = [{name = "Stuart Langridge", email = "sil@kryogenix.org"}, {name = "Justin Mayer", email = "entroP@gmail.com"}] license = {text = "AGPL-3.0"}