Skip to content

Commit d9e4e7d

Browse files
committed
minor version with Postgres CASCADE delete
1 parent bdcca89 commit d9e4e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlalchemy_mptt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# Distributed under terms of the MIT license.
88
from .mixins import BaseNestedSets
99

10-
__version__ = "0.0.2"
10+
__version__ = "0.0.3"
1111
__mixins__ = [BaseNestedSets]

0 commit comments

Comments
 (0)