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 ba582d9 commit 998b404Copy full SHA for 998b404
README.rst
@@ -56,6 +56,11 @@ Here is a simple example of using depot standalone to store files on MongoDB::
56
ChangeLog
57
---------
58
59
+0.0.4
60
+~~~~~
61
+
62
+- Added Content-Disposition header with original filename in WSGI middleware
63
64
0.0.3
65
~~~~~
66
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
import os, sys
3
4
-version = '0.0.3'
+version = '0.0.4'
5
6
here = os.path.abspath(os.path.dirname(__file__))
7
try:
0 commit comments