From dc3d8010aa98990f9092a41c4e195082609d8ff0 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Tue, 5 Dec 2017 14:28:39 -0500 Subject: [PATCH] :bookmark: release 1.4.0 --- 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 fedde68..fea7a4a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -1.4 +1.4.0 (2017-12-05) ================== * Removed bare except statements diff --git a/docs/conf.py b/docs/conf.py index c781d6c..a11cc43 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = '1.3.2' +version = '1.4.0' # The full version, including alpha/beta/rc tags. -release = '1.3.2' +release = '1.4.0' # 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 11b198a..d7c772c 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="django-pagetree", - version="1.3.2", + version="1.4.0", author="Anders Pearson", author_email="ccnmtl-dev@columbia.edu", url="https://github.com/ccnmtl/django-pagetree",