From 39322b802028c5af2942d9f076f0df2a7bf2a45d Mon Sep 17 00:00:00 2001 From: sigmasternchen Date: Sat, 18 Jan 2025 10:57:33 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.1=20=E2=86=92=201.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c9ba8c..404379e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.2 (2025-01-18) + +### Fix + +- reversed it not a method + ## v1.1.1 (2025-01-18) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 79c0851..96f997f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "grimoire-ssg" packages = [ { include = "grimoiressg" } ] -version = "1.1.1" +version = "1.1.2" description = "A minimalistic Static Site Generator" authors = ["Sigma "] license = "BSD-2-Clause"