From 44d884858f7fc5a3b9488d06c7ba2204e91b59b0 Mon Sep 17 00:00:00 2001 From: botpub Date: Sat, 2 Oct 2021 08:58:47 +0000 Subject: [PATCH] Release Tag Cloud 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 00e1500..a65692a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +1.0.1 - 2021-10-02 +------------------ + +Improve calculation via `round` instead of `math.floor` + 1.0.0 - 2021-02-17 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 76ad065..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Improve calculation via `round` instead of `math.floor` diff --git a/pyproject.toml b/pyproject.toml index d1e72cd..b4d1cf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican-tag-cloud" -version = "1.0.0" +version = "1.0.1" description = "Pelican plugin that generates a tag cloud from post tags" authors = ["Pelican Dev Team "] license = "AGPL-3.0"