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 2aa7f63 commit 53e9fe7Copy full SHA for 53e9fe7
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="django-bulk-sync",
8
- version='1.3.0',
+ version='1.3.1',
9
description="Combine bulk add, update, and delete into a single call.",
10
long_description=long_description,
11
long_description_content_type='text/markdown',
@@ -18,6 +18,8 @@
18
'License :: OSI Approved :: MIT License',
19
'Operating System :: OS Independent',
20
'Framework :: Django',
21
+ 'Framework :: Django :: 1.11',
22
+ 'Framework :: Django :: 2.2',
23
],
24
zip_safe=False,
25
)
0 commit comments