Skip to content

Commit

Permalink
Hello 0.1.5 version!
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Jun 25, 2015
1 parent 507a66f commit cb11357
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.1.5 (2015-06-25)
==================

- Add drilldown_tree method (see #41)
- Add custom ``query`` atribute to ``get_tree`` method

0.1.4 (2015-06-19)
==================

Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_mptt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .mixins import BaseNestedSets
from .events import TreesManager

__version__ = "0.1.4"
__version__ = "0.1.5"
__mixins__ = [BaseNestedSets]
__all__ = ['BaseNestedSets', 'mptt_sessionmaker']

Expand Down

0 comments on commit cb11357

Please sign in to comment.