From d8153a6da30b1192a1e686615502f9139568b109 Mon Sep 17 00:00:00 2001 From: sigmasternchen Date: Sat, 18 Jan 2025 10:55:20 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.0=20=E2=86=92=201.1.1?= 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 ca1cc3e..9c9ba8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.1 (2025-01-18) + +### Fix + +- reversed it not a method + ## v1.1.0 (2025-01-18) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 491afe3..79c0851 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "grimoire-ssg" packages = [ { include = "grimoiressg" } ] -version = "1.1.0" +version = "1.1.1" description = "A minimalistic Static Site Generator" authors = ["Sigma "] license = "BSD-2-Clause"