Skip to content

Commit 6e1da7d

Browse files
committed
0.2.3 version!
1 parent dbe86fe commit 6e1da7d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.2.3 (2018-06-03)
2+
==================
3+
4+
see issue #57
5+
6+
- Fix rebuild tree
7+
- Added support node's identifier start from 0
8+
19
0.2.2 (2017-10-05)
210
==================
311

CONTRIBUTORS.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Contributors
22
------------
33

4-
- Dmitry Svintsov, 2014/04/16
4+
- Dmitry Svintsov (uralbash), 2014/04/16
55
- Jonathan Stoppani, 2014/08/11
66
- Fayaz Yusuf Khan, 2014/10/10
77
- Greg Klupar, 2015/11/13
88
- Jiri Kuncar, 2016/01/20
9+
- Sylvain Thénault (sthenault), 2018/06/03

setup.py

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

1212
setup(
1313
name='sqlalchemy_mptt',
14-
version='0.2.2',
14+
version='0.2.3',
1515
url='http://github.com/uralbash/sqlalchemy_mptt/',
1616
author='Svintsov Dmitry',
1717
author_email='[email protected]',

0 commit comments

Comments
 (0)