From 639a0fc1e4d203d796e5878d7ca48fbc0a3a945b Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Fri, 9 Sep 2016 09:27:25 -0400 Subject: [PATCH] :bookmark: release version 1.2.3 --- CHANGES.txt | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index bd236fe..c9455cd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +1.2.3 (2016-09-09) +================== + +* Fixed a missing call to `clear_tree_cache()` +* Added the `PAGETREE_CUSTOM_CACHE_CLEAR` configuration option + 1.2.2 (2016-08-03) ================== diff --git a/setup.py b/setup.py index eed08d0..3af66b7 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="django-pagetree", - version="1.2.2", + version="1.2.3", author="Anders Pearson", author_email="anders@columbia.edu", url="https://github.com/ccnmtl/django-pagetree",