From 2b76ff3aa7614c4cc70837be2f935423e3e127c4 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 14 Sep 2015 19:34:33 +0500 Subject: [PATCH] Hello 0.1.8 version! --- CHANGES.rst | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index bf6bd8b..32d2b91 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,9 @@ -0.1.7 (2015-08-??) +0.1.8 (2015-09-14) +================== + +- add method ``_base_query_obj`` + +0.1.7 (2015-08-18) ================== - add method ``path_to_root`` (see #46) diff --git a/setup.py b/setup.py index 2c40ccb..5cf128b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(name): setup( name='sqlalchemy_mptt', - version='0.1.8.dev1', + version='0.1.8', url='http://github.com/ITCase/sqlalchemy_mptt/', author='Svintsov Dmitry', author_email='sacrud@uralbash.ru',