Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Apr 26, 2015
1 parent ba582d9 commit 998b404
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 998b404

Please sign in to comment.