Skip to content

Commit ce9a5a2

Browse files
committed
release 0.6.1
1 parent 885caee commit ce9a5a2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [0.6.1](https://github.com/Chive/django-multiupload/tree/0.6.1) (2021-10-06)
4+
5+
6+
### Maintenance
7+
* Ensure upload to PyPI is possible :-)
8+
9+
[Full Changelog](https://github.com/Chive/django-multiupload/compare/0.6.0...0.6.1)
10+
11+
312
## [0.6.0](https://github.com/Chive/django-multiupload/tree/0.6.0) (2021-10-06)
413

514

multiupload/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
using HTML5's multiple attribute. http://chive.ch/django-multiupload
66
"""
77

8-
__version__ = '0.6.0'
8+
__version__ = '0.6.1'

0 commit comments

Comments
 (0)