Skip to content

Commit 9b97158

Browse files
committed
Bump version to v2.2.0
1 parent 075aa4a commit 9b97158

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

setup.cfg

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[metadata]
22
name = webstack-django-sorting
3-
version = 2.1.1
3+
version = 2.2.0
44
author = Stéphane Raimbault
55
author_email = [email protected]
66
description = Easy sorting of tables with Django
77
long_description = file: README.md
88
long_description_content_type = text/markdown
99
url = http://github.com/webstack/webstack-django-sorting
1010
project_urls =
11-
Bug Tracker = https://github.com/webstack/webstack-django-sorting/issues
11+
Bug Tracker = https://github.com/webstack/webstack-django-sorting/issues
1212
classifiers =
13-
Programming Language :: Python :: 3
14-
License :: OSI Approved :: BSD License
15-
Operating System :: OS Independent
16-
Intended Audience :: Developers
17-
Natural Language :: English
18-
Framework :: Django
19-
Environment :: Web Environment
13+
Programming Language :: Python :: 3
14+
License :: OSI Approved :: BSD License
15+
Operating System :: OS Independent
16+
Intended Audience :: Developers
17+
Natural Language :: English
18+
Framework :: Django
19+
Environment :: Web Environment
2020

2121
[options]
2222
packages = find:
2323
python_requires = >=3.6
2424
install_requires =
25-
Django>=3.0,<5.0
25+
Django>=3.0,<5.0

0 commit comments

Comments
 (0)