Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Sep 8, 2016
1 parent 9a7b5f4 commit 9c2d8fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ Here is a simple example of using depot standalone to store files on MongoDB::
ChangeLog
---------

0.4.0
~~~~~

- Support for Python 3.5
- Fixed ``Content-Disposition`` header for filenames including a comma

0.3.2
~~~~~

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.3.2'
version = '0.4.0'

here = os.path.abspath(os.path.dirname(__file__))
try:
Expand Down

0 comments on commit 9c2d8fa

Please sign in to comment.