From 2f3369518ae0c5f824c57bc680ceabe8b004a52b Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Tue, 5 Dec 2023 00:19:26 +0100
Subject: [PATCH] Allow Django 5.0, remove support for older versions, bump to
 0.4

---
 pyproject.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 3555e46..615e9b7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "django-iconify"
-version = "0.3"
+version = "0.4"
 description = "Iconify API implementation and tools for Django projects"
 authors = ["Dominik George <dominik.george@teckids.org>"]
 license = "Apache-2.0"
@@ -19,8 +19,8 @@ packages = [
 include = ["LICENSE", "examples/"]
 
 [tool.poetry.dependencies]
-python = "^3.7"
-Django = ">2.1,<5.0"
+python = "^3.10"
+Django = ">4.2,<6.0"
 
 [tool.poetry.dev-dependencies]
 
-- 
GitLab