Skip to content

Commit 8cc67aa

Browse files
committed
Release 1.6.0
1 parent 22a5865 commit 8cc67aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WARNING: **New major upstream release (backwards incompatible!).**
1313

1414
1.6.0
1515
-----
16-
released date: --
16+
released date: 2021/5/1
1717

1818
* Add a ``id`` parameter for ``dropzone.create()`` and ``dropzone.config()`` to support
1919
customize element id and putting multiple dropzones in one page.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
setup(
1919
name='Flask-Dropzone',
20-
version='1.5.4',
20+
version='1.6.0',
2121
url='https://github.com/greyli/flask-dropzone',
2222
license='MIT',
2323
author='Grey Li',
2424
author_email='[email protected]',
25-
description='Upload file in Flask with Dropzone.js.',
25+
description='Upload files in Flask with Dropzone.js.',
2626
long_description=long_description,
2727
packages=['flask_dropzone'],
2828
zip_safe=False,
@@ -33,7 +33,7 @@
3333
],
3434
keywords='flask extension development upload',
3535
classifiers=[
36-
'Development Status :: 3 - Alpha',
36+
'Development Status :: 5 - Production/Stable',
3737
'Environment :: Web Environment',
3838
'Intended Audience :: Developers',
3939
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)