Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed May 7, 2017
1 parent bdb7359 commit 99513ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ Here is a simple example of using depot standalone to store files on MongoDB::
ChangeLog
---------

0.5.0
~~~~~

- ``depot.io.boto3.S3Storage`` now provides support for accessing S3 with ``boto3``.
The previously existing ``depot.io.awss3.S3Storage`` can still be used to store
files on S3 using ``boto``.
- SQLAlchemy integration now handles deletion of files on rollback when session
is not flushed. Previously flushing the session was required before a rollback too.
- It is now possible to run tests through ``tox`` and build docs through ``tox -e docs``
- DEPOT is now tested against Python 3.6

0.4.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.4.1'
version = '0.5.0'

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

0 comments on commit 99513ce

Please sign in to comment.