From 998b4046fbb758ddcf05fabc985dd5ed6f0ed287 Mon Sep 17 00:00:00 2001 From: Alessandro Molina Date: Sun, 26 Apr 2015 09:13:14 +0200 Subject: [PATCH] Version 0.0.4 --- README.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index effe299..00970e9 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,11 @@ Here is a simple example of using depot standalone to store files on MongoDB:: ChangeLog --------- +0.0.4 +~~~~~ + +- Added Content-Disposition header with original filename in WSGI middleware + 0.0.3 ~~~~~ diff --git a/setup.py b/setup.py index cc08e3b..c068034 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os, sys -version = '0.0.3' +version = '0.0.4' here = os.path.abspath(os.path.dirname(__file__)) try: