Skip to content

Commit

Permalink
Hello 0.2.0 version!
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Nov 12, 2015
1 parent de982db commit 773fe05
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.2.0 (2015-11-13)
==================

see PR #50

- Changed ``parent_id`` to dynamically match the type of the primary_key
- exposed drilldown_tree's logic and path_to_root's logic as both instance and
class level method

0.1.9 (2015-09-24)
==================

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Contributors
------------

- Dmitry Svintsov, 2014/04/16
- Jonathan Stoppani, 2014/08/11
- Fayaz Yusuf Khan, 2014/10/10
- Greg Klupar, 2015/11/13
1 change: 1 addition & 0 deletions docs/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Events registered automatically, but you can do it manually:
.. code-block:: python
from sqlalchemy_mptt import tree_manager
tree_manager.register_events() # register events before_insert,
# before_update and before_delete
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(name):

setup(
name='sqlalchemy_mptt',
version='0.1.9.post0',
version='0.2.0',
url='http://github.com/ITCase/sqlalchemy_mptt/',
author='Svintsov Dmitry',
author_email='sacrud@uralbash.ru',
Expand Down

0 comments on commit 773fe05

Please sign in to comment.