We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ed878 commit 2b76ff3Copy full SHA for 2b76ff3
CHANGES.rst
@@ -1,4 +1,9 @@
1
-0.1.7 (2015-08-??)
+0.1.8 (2015-09-14)
2
+==================
3
+
4
+- add method ``_base_query_obj``
5
6
+0.1.7 (2015-08-18)
7
==================
8
9
- add method ``path_to_root`` (see #46)
setup.py
@@ -10,7 +10,7 @@ def read(name):
10
11
setup(
12
name='sqlalchemy_mptt',
13
- version='0.1.8.dev1',
+ version='0.1.8',
14
url='http://github.com/ITCase/sqlalchemy_mptt/',
15
author='Svintsov Dmitry',
16
author_email='[email protected]',
0 commit comments