diff --git a/CHANGELOG.md b/CHANGELOG.md index acb590f..fc3f006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +1.0.1 - 2023-10-31 +------------------ + +Maintenance release: + +- Migrate to the new tooling standards +- Improve code quality + 1.0.0 - 2023-06-24 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 283958b..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,6 +0,0 @@ -Release type: patch - -Maintenance release: - -- Migrate to the new tooling standards -- Improve code quality diff --git a/pyproject.toml b/pyproject.toml index d08975d..7d4e320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pelican-markdown-include" -version = "1.0.0" +version = "1.0.1" description = "Pelican plugin for using the Markdown-Include extension" authors = [{name = "Rafael Laboissière", email = "rafael@laboissiere.net"}] license = {text = "AGPL-3.0"}