Skip to content

Commit b91cbda

Browse files
committed
Hello 0.2.0 version!
1 parent de982db commit b91cbda

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.2.0 (2015-11-13)
2+
==================
3+
4+
see PR #50
5+
6+
- Changed ``parent_id`` to dynamically match the type of the primary_key
7+
- exposed drilldown_tree's logic and path_to_root's logic as both instance and
8+
class level method
9+
110
0.1.9 (2015-09-24)
211
==================
312

CONTRIBUTORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Contributors
22
------------
3+
34
- Dmitry Svintsov, 2014/04/16
45
- Jonathan Stoppani, 2014/08/11
56
- Fayaz Yusuf Khan, 2014/10/10
7+
- Greg Klupar, 2015/11/13

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
|Build Status| |Coverage Status| |Stories in progress| |PyPI|
2-
|Bountysource|
32

43
Library for implementing Modified Preorder Tree Traversal with your
54
SQLAlchemy Models and working with trees of Model instances, like
@@ -281,5 +280,3 @@ The project is licensed under the MIT license.
281280
:target: https://waffle.io/itcase/sqlalchemy_mptt
282281
.. |PyPI| image:: http://img.shields.io/pypi/dm/sqlalchemy_mptt.svg
283282
:target: https://pypi.python.org/pypi/sqlalchemy_mptt
284-
.. |Bountysource| image:: https://www.bountysource.com/badge/tracker?tracker_id=1148440
285-
:target: https://www.bountysource.com/trackers/1148440-sqlalchemy_mptt?utm_source=1148440&utm_medium=shield&utm_campaign=TRACKER_BADGE

docs/example.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Events registered automatically, but you can do it manually:
3434
.. code-block:: python
3535
3636
from sqlalchemy_mptt import tree_manager
37+
3738
tree_manager.register_events() # register events before_insert,
3839
# before_update and before_delete
3940

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(name):
1010

1111
setup(
1212
name='sqlalchemy_mptt',
13-
version='0.1.9.post0',
13+
version='0.2.0',
1414
url='http://github.com/ITCase/sqlalchemy_mptt/',
1515
author='Svintsov Dmitry',
1616
author_email='sacrud@uralbash.ru',

0 commit comments

Comments
 (0)