From f38614aaefac2a6d3b0da87d5a3d386df6060791 Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Fri, 15 Nov 2024 16:50:43 +1300 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb22ef6..4d8564e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "djpress" -version = "0.11.1" +version = "0.11.2" description = "A blog application for Django sites, inspired by classic WordPress." readme = "README.md" requires-python = ">=3.10"