Skip to content

Commit 998b404

Browse files
committed
Version 0.0.4
1 parent ba582d9 commit 998b404

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ Here is a simple example of using depot standalone to store files on MongoDB::
5656
ChangeLog
5757
---------
5858

59+
0.0.4
60+
~~~~~
61+
62+
- Added Content-Disposition header with original filename in WSGI middleware
63+
5964
0.0.3
6065
~~~~~
6166

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
import os, sys
33

4-
version = '0.0.3'
4+
version = '0.0.4'
55

66
here = os.path.abspath(os.path.dirname(__file__))
77
try:

0 commit comments

Comments
 (0)