Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Jan 30, 2019
1 parent 62c7f31 commit 23a2564
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ Here is a simple example of using depot standalone to store files on MongoDB::
ChangeLog
---------

0.6.0
~~~~~

- Officially support Python 3.7
- Fix DEPOT wrongly serving requests for any url that starts with the mountpoint. (IE: /depotsomething was wrongly served for /depot mountpoint)
- In SQLAlchemy properly handle deletion of objects deleted through `Relationship.remove` (IE: `parent.children.remove(X)`)
- In SQLAlchemy properly handle entities deleted through `cascade='delete-orphan'`

0.5.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.5.2'
version = '0.6.0'

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

0 comments on commit 23a2564

Please sign in to comment.