From 484b6cdaf517f3773ba1ac9ce303690d03c97ede Mon Sep 17 00:00:00 2001 From: botpub Date: Sun, 24 Jul 2022 10:34:24 +0000 Subject: [PATCH] Release Avatar 1.0.2 --- 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 712d3fa..5087556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +1.0.2 - 2022-07-24 +------------------ + +Get the correct URL of Gravatar images (this fixes issue #11) + 1.0.1 - 2021-11-04 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index ea65cd8..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Get the correct URL of Gravatar images (this fixes issue #11) diff --git a/pyproject.toml b/pyproject.toml index c7c381b..dacb952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican-avatar" -version = "1.0.1" +version = "1.0.2" description = "Libravatar/Gravatar plugin for Pelican" authors = ["Rafael Laboissière "] license = "AGPL-3.0"