From 22c36d7d472a3ae3cc8299bce3af26f14c0acc28 Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Tue, 22 Aug 2017 14:08:52 +0100 Subject: [PATCH] v1.4.1 --- CHANGELOG.markdown | 4 ++-- watson/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 164490e..ac1dde6 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,8 +1,8 @@ # django-watson changelog -## 1.3.1 +## 1.4.1 - 22/08/2017 -- Allowing joins to UUID columns in `search()`. +- Allowing joins to UUID columns in `search()` (@etianen). ## 1.4.0 - 07/07/2017 diff --git a/watson/__init__.py b/watson/__init__.py index 45b98fc..6182c7f 100644 --- a/watson/__init__.py +++ b/watson/__init__.py @@ -6,4 +6,4 @@ Developed by Dave Hall. """ -__version__ = VERSION = (1, 4, 0) +__version__ = VERSION = (1, 4, 1)