diff --git a/CHANGELOG.md b/CHANGELOG.md index 5087556..78a2045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +1.0.3 - 2022-10-01 +------------------ + +Update list of years in Copyright notices + 1.0.2 - 2022-07-24 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index ef5f557..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Update list of years in Copyright notices diff --git a/pyproject.toml b/pyproject.toml index dacb952..9b7b65c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican-avatar" -version = "1.0.2" +version = "1.0.3" description = "Libravatar/Gravatar plugin for Pelican" authors = ["Rafael Laboissière "] license = "AGPL-3.0"