diff --git a/CHANGES.txt b/CHANGES.txt index 1842aa98..7fd447df 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +1.1.7 (2015-06-26) +================== +* Fixed some places where pagetree was executing duplicate db queries. + 1.1.6 (2015-06-06) ================== * Add hierarchy clone functionality - copy sections and pageblocks diff --git a/docs/conf.py b/docs/conf.py index 59a5d89e..bbc0dd38 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '1.1.6' +version = '1.1.7' # The full version, including alpha/beta/rc tags. -release = '1.1.6' +release = '1.1.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 264e80ca..8afdbd54 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="django-pagetree", - version="1.1.6", + version="1.1.7", author="Anders Pearson", author_email="anders@columbia.edu", url="https://github.com/ccnmtl/django-pagetree",