diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1e218..84ae92c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -1.0.1 - 2023-12-13 +1.1.0 - 2023-12-13 ------------------ Fix for path not existing on initial build diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index a24f84b..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: minor - -Fix for path not existing on initial build diff --git a/pyproject.toml b/pyproject.toml index 5cdfce8..bd8ff4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelimoji" -version = "1.0.1" +version = "1.1.0" description = "Pelican plugin to add custom emoji to your site" authors = ["Kay Ohtie "] license = "AGPL-3.0"