We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27ed5a commit 758672eCopy full SHA for 758672e
README.md
@@ -183,6 +183,13 @@ progress is shown.
183
Release Notes
184
-------------
185
186
+### 1.1.0 (2021-08-14)
187
+
188
+- Revert button.
189
+- Indication of new and removed items.
190
+- Fixed progress indication when multiple files are uploaded.
191
+- Fixed remove button on mobile.
192
193
### 1.0.0 (2021-05-30)
194
195
- Support for Django 3.2.3.
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='django-attach',
9
- version='1.0.0',
+ version='1.1.0',
10
packages=['django_attach'],
11
include_package_data=True,
12
license='BSD License',
0 commit comments