Skip to content

Commit

Permalink
Bump version to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane committed Aug 8, 2022
1 parent 075aa4a commit 9b97158
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[metadata]
name = webstack-django-sorting
version = 2.1.1
version = 2.2.0
author = Stéphane Raimbault
author_email = [email protected]
description = Easy sorting of tables with Django
long_description = file: README.md
long_description_content_type = text/markdown
url = http://github.com/webstack/webstack-django-sorting
project_urls =
Bug Tracker = https://github.com/webstack/webstack-django-sorting/issues
Bug Tracker = https://github.com/webstack/webstack-django-sorting/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Intended Audience :: Developers
Natural Language :: English
Framework :: Django
Environment :: Web Environment
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Intended Audience :: Developers
Natural Language :: English
Framework :: Django
Environment :: Web Environment

[options]
packages = find:
python_requires = >=3.6
install_requires =
Django>=3.0,<5.0
Django>=3.0,<5.0

0 comments on commit 9b97158

Please sign in to comment.