From d00569e6948f84bc24684ce5eda6b8c95ad21861 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Thu, 25 May 2017 14:17:22 -0400 Subject: [PATCH] release version 1.3.2 --- CHANGES.txt | 2 +- docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f89a120..e26ab6f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -1.3.2 +1.3.2 (2017-05-25) ================== * Fixed an issue with the json import view diff --git a/docs/conf.py b/docs/conf.py index f3b7a26..c781d6c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '1.3.1' +version = '1.3.2' # The full version, including alpha/beta/rc tags. -release = '1.3.1' +release = '1.3.2' # 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 518aebd..2cc50de 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="django-pagetree", - version="1.3.1", + version="1.3.2", author="Anders Pearson", author_email="anders@columbia.edu", url="https://github.com/ccnmtl/django-pagetree",