File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ 0.1.1 (2015-04-21)
2+ ==================
3+
4+ Features
5+ --------
6+
7+ - Add test for rst docs and migrate on new itcase_sphinx_theme (#40)
8+
9+ Bug Fixes
10+ ---------
11+
12+ - Remove recursion from BaseNestedSets.get_tree method (#39)
13+
1140.1.0 (2014-11-18)
215==================
316
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def read(name):
2727 test_suite = "nose.collector" ,
2828 license = "MIT" ,
2929 description = 'SQLAlchemy MPTT mixins (Nested Sets)' ,
30- long_description = read ('README.rst' ),
30+ long_description = read ('README.rst' ) + ' \n ' + read ( 'CHANGES.txt' ) ,
3131 install_requires = read ('requirements.txt' ),
3232 classifiers = [
3333 'Development Status :: 5 - Production/Stable' ,
Original file line number Diff line number Diff line change 1010from .mixins import BaseNestedSets
1111from .events import TreesManager
1212
13- __version__ = "0.1.1.dev1 "
13+ __version__ = "0.1.1"
1414__mixins__ = [BaseNestedSets ]
1515__all__ = ['BaseNestedSets' , 'mptt_sessionmaker' ]
1616
You can’t perform that action at this time.
0 commit comments