We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48eeac commit d1252f8Copy full SHA for d1252f8
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = webstack-django-sorting
3
-version = 2.3.0
+version = 2.3.1
4
author = Stéphane Raimbault
5
author_email = stephane.raimbault@webstack.fr
6
description = Easy sorting of tables with Django
@@ -22,4 +22,4 @@ classifiers =
22
packages = find:
23
python_requires = >=3.6
24
install_requires =
25
- Django>=3.0,<5.0
+ Django>=3.0,<6.0
0 commit comments