From db56fb4192f403d4e3f90aaf569234f5af881449 Mon Sep 17 00:00:00 2001 From: Jonathan Ehwald Date: Sun, 11 Aug 2024 15:31:06 +0200 Subject: [PATCH] Bump version to 3.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5139e75..2137861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-admin-notice" -version = "3.0.1" +version = "3.1.0" description = "Show a floating notice banner above the Django admon interface" authors = ["Jonathan Ehwald "] license = "MIT"