From 053d5027bfce4cf988374c591839808da427f71c Mon Sep 17 00:00:00 2001 From: Jason Held Date: Wed, 14 Aug 2024 22:43:13 -0400 Subject: [PATCH] version 1.3.7-b3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b9fb248..265e468 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-easy-audit" -version = "1.3.7-b2" +version = "1.3.7-b3" description = "Yet another Django audit log app, hopefully the simplest one." license = "GPL3" authors = ["Natán Calzolari "] @@ -29,7 +29,7 @@ packages = [{include = "easyaudit"}] [tool.poetry.dependencies] python = "^3.8" -django = ">=4.2", "<6.0" +django = ">=4.2,<6.0" [tool.poetry.group.dev.dependencies] djlint = "^1.34.1"