From cf49a68088ba9603ac816a20634552ac35dfa92e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Pinto?= Date: Thu, 10 Jul 2025 10:03:20 +0100 Subject: [PATCH] Django 5 support --- logbasecommand/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/logbasecommand/__init__.py b/logbasecommand/__init__.py index 81f0fde..b1a19e3 100644 --- a/logbasecommand/__init__.py +++ b/logbasecommand/__init__.py @@ -1 +1 @@ -__version__ = "0.0.4" +__version__ = "0.0.5" diff --git a/setup.cfg b/setup.cfg index 6765e2c..15612c4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ zip_safe = False include_package_data = True packages = find: install_requires = - Django >= 3.0, < 5 + Django >= 3.0, < 6 python_requires = >=3.9