Skip to content

Commit cb11357

Browse files
committed
Hello 0.1.5 version!
1 parent 507a66f commit cb11357

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.1.5 (2015-06-25)
2+
==================
3+
4+
- Add drilldown_tree method (see #41)
5+
- Add custom ``query`` atribute to ``get_tree`` method
6+
17
0.1.4 (2015-06-19)
28
==================
39

sqlalchemy_mptt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .mixins import BaseNestedSets
1111
from .events import TreesManager
1212

13-
__version__ = "0.1.4"
13+
__version__ = "0.1.5"
1414
__mixins__ = [BaseNestedSets]
1515
__all__ = ['BaseNestedSets', 'mptt_sessionmaker']
1616

0 commit comments

Comments
 (0)