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 9f4f2ef commit 2281dc1Copy full SHA for 2281dc1
selectable/__init__.py
@@ -1,6 +1,6 @@
1
"Auto-complete selection widgets using Django and jQuery UI."
2
3
4
-__version__ = "1.3.0"
+__version__ = "1.4.0"
5
6
default_app_config = "selectable.apps.SelectableConfig"
setup.py
@@ -27,18 +27,15 @@ def read_file(filename):
27
'Development Status :: 5 - Production/Stable',
28
'Intended Audience :: Developers',
29
'Framework :: Django',
30
- 'Framework :: Django :: 1.11',
31
- 'Framework :: Django :: 2.0',
32
- 'Framework :: Django :: 2.1',
33
- 'Framework :: Django :: 2.2',
34
- 'Framework :: Django :: 3.0',
+ 'Framework :: Django :: 3.2',
+ 'Framework :: Django :: 4.2',
35
'License :: OSI Approved :: BSD License',
36
'Operating System :: OS Independent',
37
'Programming Language :: Python',
38
'Programming Language :: Python :: 3',
39
- 'Programming Language :: Python :: 3.6',
40
- 'Programming Language :: Python :: 3.7',
41
- 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
42
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
43
],
44
long_description=read_file('README.rst'),
0 commit comments