From 72ddb24b11680b94321dcb2fd64c627542d78457 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Tue, 7 Dec 2021 11:23:14 +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 33385e2..02b6e8b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "django-any-js"
-version = "1.1"
+version = "1.1.1"
 description = "Include JavaScript/CSS libraries with readable template tags"
 authors = ["Dominik George <dominik.george@teckids.org>"]
 maintainers = ["Dominik George <dominik.george@teckids.org>", "Jonathan Weth <dev@jonathanweth.de>"]
@@ -25,7 +25,7 @@ classifiers = [
 
 [tool.poetry.dependencies]
 python = "^3.7"
-Django = ">=2.2, <4.0"
+Django = ">=2.2, <5.0"
 
 [tool.poetry.dev-dependencies]
 
-- 
GitLab