diff --git a/CHANGELOG.md b/CHANGELOG.md index 57eab7b..ff614fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +1.0.8 - 2024-04-11 +------------------ + +Maintainance release (no user visible changes) + +* Add acknowledgments to Lucas Cimon and Christian Clauss +* Update list of Copyright years + 1.0.7 - 2024-04-11 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 9354da9..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,6 +0,0 @@ -Release type: patch - -Maintainance release (no user visible changes) - -* Add acknowledgments to Lucas Cimon and Christian Clauss -* Update list of Copyright years diff --git a/pyproject.toml b/pyproject.toml index 480dfcf..cebcbf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pelican-avatar" -version = "1.0.7" +version = "1.0.8" description = "Libravatar/Gravatar plugin for Pelican" authors = [{name = "Rafael Laboissière", email = "rafael@laboissiere.net"}] license = {text = "AGPL-3.0"}