From c78f49921f99e544b8c9079d99d6bdca8926c282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= <323546+fguillot@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:40:44 -0700 Subject: [PATCH] chore: bump version to 1.1.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d875948..30570f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "miniflux" -version = "1.1.5" +version = "1.1.6" description = "Client library for Miniflux" readme = "README.md" requires-python = ">=3.9"