Skip to content

Commit

Permalink
Hello 0.2.1 version!
Browse files Browse the repository at this point in the history
  • Loading branch information
uralbash committed Jan 23, 2016
1 parent ab692e8 commit fa0095b
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 41 deletions.
44 changes: 7 additions & 37 deletions CHANGES.rst
@@ -1,3 +1,10 @@
0.2.1 (2016-01-23)
==================

see PR #51

- fix of index columns names

0.2.0 (2015-11-13)
==================

Expand All @@ -6,40 +13,3 @@ 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)
==================

- add option ``remove`` to ``sqlalchemy.events.TreesManager.register_mapper``

0.1.8 (2015-09-14)
==================

- add method ``_base_query_obj``

0.1.7 (2015-08-18)
==================

- add method ``path_to_root`` (see #46)
- add data integrity tests

0.1.6 (2015-07-03)
==================

- fix bug with ``get_tree`` when no rows in database.

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)
==================

- delete method ``get_pk_with_class_name``

Bug Fixes
---------

- fix ``_get_tree_table`` function for inheritance models
37 changes: 37 additions & 0 deletions CHANGES_OLD.rst
@@ -1,3 +1,40 @@
0.1.9 (2015-09-24)
==================

- add option ``remove`` to ``sqlalchemy.events.TreesManager.register_mapper``

0.1.8 (2015-09-14)
==================

- add method ``_base_query_obj``

0.1.7 (2015-08-18)
==================

- add method ``path_to_root`` (see #46)
- add data integrity tests

0.1.6 (2015-07-03)
==================

- fix bug with ``get_tree`` when no rows in database.

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)
==================

- delete method ``get_pk_with_class_name``

Bug Fixes
---------

- fix ``_get_tree_table`` function for inheritance models

0.1.3 (2015-06-17)
==================

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Expand Up @@ -5,3 +5,4 @@ Contributors
- Jonathan Stoppani, 2014/08/11
- Fayaz Yusuf Khan, 2014/10/10
- Greg Klupar, 2015/11/13
- Jiri Kuncar, 2016/01/20
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -49,5 +49,5 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

.. _ps_tree: https://github.com/uralbash/ps_tree
.. _ps_tree: https://github.com/sacrud/ps_tree
.. _pyramid_pages: https://github.com/uralbash/pyramid_pages
2 changes: 1 addition & 1 deletion requirements-docs.txt
@@ -1,2 +1,2 @@
sqlalchemy_mptt
itcase_sphinx_theme>=0.1.8
itcase_sphinx_theme>=0.2.0
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -10,7 +10,7 @@ def read(name):

setup(
name='sqlalchemy_mptt',
version='0.2.1.dev0',
version='0.2.1',
url='http://github.com/uralbash/sqlalchemy_mptt/',
author='Svintsov Dmitry',
author_email='sacrud@uralbash.ru',
Expand All @@ -34,7 +34,6 @@ def read(name):
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
Expand Down

0 comments on commit fa0095b

Please sign in to comment.