Skip to content

Commit 2281dc1

Browse files
committed
1.4
1 parent 9f4f2ef commit 2281dc1

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

selectable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"Auto-complete selection widgets using Django and jQuery UI."
22

33

4-
__version__ = "1.3.0"
4+
__version__ = "1.4.0"
55

66
default_app_config = "selectable.apps.SelectableConfig"

setup.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,15 @@ def read_file(filename):
2727
'Development Status :: 5 - Production/Stable',
2828
'Intended Audience :: Developers',
2929
'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',
30+
'Framework :: Django :: 3.2',
31+
'Framework :: Django :: 4.2',
3532
'License :: OSI Approved :: BSD License',
3633
'Operating System :: OS Independent',
3734
'Programming Language :: Python',
3835
'Programming Language :: Python :: 3',
39-
'Programming Language :: Python :: 3.6',
40-
'Programming Language :: Python :: 3.7',
41-
'Programming Language :: Python :: 3.8',
36+
'Programming Language :: Python :: 3.9',
37+
'Programming Language :: Python :: 3.10',
38+
'Programming Language :: Python :: 3.11',
4239
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
4340
],
4441
long_description=read_file('README.rst'),

0 commit comments

Comments
 (0)