From 5c01e7bbf73b490b8dfc7dc52737dccf8de98bae Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Tue, 7 Dec 2021 11:19:21 +0100
Subject: [PATCH] Allow Django 4.0 and bump version

---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 1a7fdb8..9488950 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "django-iconify"
-version = "0.1.0.post1"
+version = "0.1.1"
 description = "Iconify API implementation and tools for Django projects"
 authors = ["Dominik George <dominik.george@teckids.org>"]
 license = "Apache-2.0"
@@ -20,7 +20,7 @@ include = ["LICENSE", "examples/"]
 
 [tool.poetry.dependencies]
 python = "^3.7"
-Django = ">2.1,<4.0"
+Django = ">2.1,<5.0"
 
 [tool.poetry.dev-dependencies]
 
-- 
GitLab