Skip to content

Commit d451dbe

Browse files
authored
Django 5 support (#12)
1 parent c9e0e93 commit d451dbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

logbasecommand/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ zip_safe = False
2424
include_package_data = True
2525
packages = find:
2626
install_requires =
27-
Django >= 3.0, < 5
27+
Django >= 3.0, < 6
2828

2929
python_requires = >=3.9
3030

0 commit comments

Comments
 (0)