From 97a623084936d98258606f9c5dae59713f34af4e Mon Sep 17 00:00:00 2001 From: botpub Date: Wed, 20 Oct 2021 12:57:30 +0000 Subject: [PATCH] Release Mau Reader 2.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 ffd77f2..21336f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +2.0.0 - 2021-10-20 +------------------ + +Update the reader to the Mau 2.0.0 interface. + +Contributed by [Leonardo Giordani](https://github.com/lgiordani) [PR #14](https://github.com/pelican-plugins/mau-reader/pull/14/) + + 1.0.2 - 2021-10-11 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 96ee164..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: major - -Update the reader to the Mau 2.0.0 interface. diff --git a/pyproject.toml b/pyproject.toml index 842b242..48e395d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican-mau-reader" -version = "1.0.2" +version = "2.0.0" description = "Pelican plugin that converts Mau-formatted content into HTML" authors = ["Leonardo Giordani "] license = "MIT"