From 735de4c04e5c3d160983cccb9e909287384ab81a Mon Sep 17 00:00:00 2001 From: botpub <52496925+botpub@users.noreply.github.com> Date: Sun, 28 Apr 2024 20:49:52 +0000 Subject: [PATCH] Release Mau Reader 4.0.0 --- CHANGELOG.md | 8 ++++++++ RELEASE.md | 3 --- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a10d7..2cfa13f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +4.0.0 - 2024-04-28 +------------------ + +Update the reader to the Mau 4.0.0 interface. + +Contributed by [Leonardo Giordani](https://github.com/lgiordani) via [PR #32](https://github.com/pelican-plugins/mau-reader/pull/32/) + + 3.0.1 - 2023-09-11 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 534fc1f..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: major - -Update the reader to the Mau 4.0.0 interface. diff --git a/pyproject.toml b/pyproject.toml index 0952ef1..e1123b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pelican-mau-reader" -version = "3.0.1" +version = "4.0.0" description = "Pelican plugin that converts Mau-formatted content into HTML" authors = [{name = "Leonardo Giordani", email = "giordani.leonardo@gmail.com"}, {name = "Justin Mayer", email = "entroP@gmail.com"}] license = {text = "MIT"}