From 5225d41e9fddf7b8c847da7367d9e0bbdbc6dd7f Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Tue, 5 Dec 2023 14:48:49 +0100
Subject: [PATCH] Allow Django 5.0, remove support for Django <4.2, and bump
 version to 0.2

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

diff --git a/pyproject.toml b/pyproject.toml
index 25ed112..361c4c7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "django-cleavejs"
-version = "0.1.1"
+version = "0.2"
 description = "Cleave.js integration for Django forms"
 authors = ["Dominik George <dominik.george@teckids.org>"]
 license = "Apache-2.0"
@@ -19,8 +19,8 @@ packages = [
 include = ["LICENSE", "example/"]
 
 [tool.poetry.dependencies]
-python = "^3.7"
-Django = ">2.1,<5.0"
+python = "^3.8"
+Django = ">4.2,<6.0"
 
 [tool.poetry.dev-dependencies]
 
-- 
GitLab