Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Aug 14, 2021
1 parent f27ed5a commit 758672e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@ progress is shown.
Release Notes
-------------

### 1.1.0 (2021-08-14)

- Revert button.
- Indication of new and removed items.
- Fixed progress indication when multiple files are uploaded.
- Fixed remove button on mobile.

### 1.0.0 (2021-05-30)

- Support for Django 3.2.3.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='django-attach',
version='1.0.0',
version='1.1.0',
packages=['django_attach'],
include_package_data=True,
license='BSD License',
Expand Down

0 comments on commit 758672e

Please sign in to comment.