Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed May 1, 2021
1 parent 22a5865 commit 8cc67aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -13,7 +13,7 @@ WARNING: **New major upstream release (backwards incompatible!).**

1.6.0
-----
released date: --
released date: 2021/5/1

* Add a ``id`` parameter for ``dropzone.create()`` and ``dropzone.config()`` to support
customize element id and putting multiple dropzones in one page.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -17,12 +17,12 @@

setup(
name='Flask-Dropzone',
version='1.5.4',
version='1.6.0',
url='https://github.com/greyli/flask-dropzone',
license='MIT',
author='Grey Li',
author_email='withlihui@gmail.com',
description='Upload file in Flask with Dropzone.js.',
description='Upload files in Flask with Dropzone.js.',
long_description=long_description,
packages=['flask_dropzone'],
zip_safe=False,
Expand All @@ -33,7 +33,7 @@
],
keywords='flask extension development upload',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 8cc67aa

Please sign in to comment.