From 9e46c232a892a6110f721ae50cad286095eaeeef Mon Sep 17 00:00:00 2001 From: Fred <323546+fguillot@users.noreply.github.com> Date: Tue, 24 Mar 2026 20:29:40 -0700 Subject: [PATCH] chore: bump version to 1.1.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07c8f6e..9322200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kanboard" -version = "1.1.7" +version = "1.1.8" description = "Python client library for Kanboard" readme = "README.rst" requires-python = ">=3.9"