Skip to content

Commit d1252f8

Browse files
committed
Fix typo on supported Django (v5)
1 parent e48eeac commit d1252f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = webstack-django-sorting
3-
version = 2.3.0
3+
version = 2.3.1
44
author = Stéphane Raimbault
55
author_email = [email protected]
66
description = Easy sorting of tables with Django
@@ -22,4 +22,4 @@ classifiers =
2222
packages = find:
2323
python_requires = >=3.6
2424
install_requires =
25-
Django>=3.0,<5.0
25+
Django>=3.0,<6.0

0 commit comments

Comments
 (0)