Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Aug 13, 2019
1 parent d8e8eb4 commit 7e2dcd3
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 @@ -64,6 +64,11 @@ Here is a simple example of using depot standalone to store files on MongoDB::
ChangeLog
---------

0.7.0
~~~~~

- Support for ``storage_class`` option in ``depot.io.boto3.S3Storage`` backend. Detaults to ``STANDARD``

0.6.0
~~~~~

Expand All @@ -77,6 +82,7 @@ ChangeLog

- Fixed an *start_response called a second time without providing exc_info* error with storages supporting plublic urls


0.5.1
~~~~~

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.6.0'
version = '0.7.0'

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

0 comments on commit 7e2dcd3

Please sign in to comment.