Skip to content

Commit fa0095b

Browse files
committed
Hello 0.2.1 version!
1 parent ab692e8 commit fa0095b

File tree

6 files changed

+48
-41
lines changed

6 files changed

+48
-41
lines changed

CHANGES.rst

Lines changed: 7 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.2.1 (2016-01-23)
2+
==================
3+
4+
see PR #51
5+
6+
- fix of index columns names
7+
18
0.2.0 (2015-11-13)
29
==================
310

@@ -6,40 +13,3 @@ see PR #50
613
- Changed ``parent_id`` to dynamically match the type of the primary_key
714
- exposed drilldown_tree's logic and path_to_root's logic as both instance and
815
class level method
9-
10-
0.1.9 (2015-09-24)
11-
==================
12-
13-
- add option ``remove`` to ``sqlalchemy.events.TreesManager.register_mapper``
14-
15-
0.1.8 (2015-09-14)
16-
==================
17-
18-
- add method ``_base_query_obj``
19-
20-
0.1.7 (2015-08-18)
21-
==================
22-
23-
- add method ``path_to_root`` (see #46)
24-
- add data integrity tests
25-
26-
0.1.6 (2015-07-03)
27-
==================
28-
29-
- fix bug with ``get_tree`` when no rows in database.
30-
31-
0.1.5 (2015-06-25)
32-
==================
33-
34-
- Add drilldown_tree method (see #41)
35-
- Add custom ``query`` atribute to ``get_tree`` method
36-
37-
0.1.4 (2015-06-19)
38-
==================
39-
40-
- delete method ``get_pk_with_class_name``
41-
42-
Bug Fixes
43-
---------
44-
45-
- fix ``_get_tree_table`` function for inheritance models

CHANGES_OLD.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
0.1.9 (2015-09-24)
2+
==================
3+
4+
- add option ``remove`` to ``sqlalchemy.events.TreesManager.register_mapper``
5+
6+
0.1.8 (2015-09-14)
7+
==================
8+
9+
- add method ``_base_query_obj``
10+
11+
0.1.7 (2015-08-18)
12+
==================
13+
14+
- add method ``path_to_root`` (see #46)
15+
- add data integrity tests
16+
17+
0.1.6 (2015-07-03)
18+
==================
19+
20+
- fix bug with ``get_tree`` when no rows in database.
21+
22+
0.1.5 (2015-06-25)
23+
==================
24+
25+
- Add drilldown_tree method (see #41)
26+
- Add custom ``query`` atribute to ``get_tree`` method
27+
28+
0.1.4 (2015-06-19)
29+
==================
30+
31+
- delete method ``get_pk_with_class_name``
32+
33+
Bug Fixes
34+
---------
35+
36+
- fix ``_get_tree_table`` function for inheritance models
37+
138
0.1.3 (2015-06-17)
239
==================
340

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Contributors
55
- Jonathan Stoppani, 2014/08/11
66
- Fayaz Yusuf Khan, 2014/10/10
77
- Greg Klupar, 2015/11/13
8+
- Jiri Kuncar, 2016/01/20

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ Indices and tables
4949
* :ref:`modindex`
5050
* :ref:`search`
5151

52-
.. _ps_tree: https://github.com/uralbash/ps_tree
52+
.. _ps_tree: https://github.com/sacrud/ps_tree
5353
.. _pyramid_pages: https://github.com/uralbash/pyramid_pages

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sqlalchemy_mptt
2-
itcase_sphinx_theme>=0.1.8
2+
itcase_sphinx_theme>=0.2.0

setup.py

Lines changed: 1 addition & 2 deletions
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.2.1.dev0',
13+
version='0.2.1',
1414
url='http://github.com/uralbash/sqlalchemy_mptt/',
1515
author='Svintsov Dmitry',
1616
author_email='[email protected]',
@@ -34,7 +34,6 @@ def read(name):
3434
"Programming Language :: Python :: 2.6",
3535
"Programming Language :: Python :: 2.7",
3636
"Programming Language :: Python :: 3",
37-
"Programming Language :: Python :: 3.2",
3837
"Programming Language :: Python :: 3.3",
3938
"Programming Language :: Python :: 3.4",
4039
"Programming Language :: Python :: 3.5",

0 commit comments

Comments
 (0)