We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885caee commit ce9a5a2Copy full SHA for ce9a5a2
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Change Log
2
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
12
## [0.6.0](https://github.com/Chive/django-multiupload/tree/0.6.0) (2021-10-06)
13
14
multiupload/__init__.py
@@ -5,4 +5,4 @@
using HTML5's multiple attribute. http://chive.ch/django-multiupload
"""
-__version__ = '0.6.0'
+__version__ = '0.6.1'
0 commit comments