From ef9cc5ac11b4d8732d48678e746e377a4e07e3c4 Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Wed, 19 Feb 2014 10:37:57 +0000 Subject: [PATCH] Bumping for 1.1.3 release --- CHANGELOG.markdown | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index d105382..b1d633c 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,6 +1,14 @@ django-watson changelog ========================== + +1.1.3 - 19/02/2014 +------------------ + +* Ability to search for terms with apostrophes. +* Ability to rebuild watson indices for specific models. + + 1.1.2 - 05/10/2013 ------------------ diff --git a/setup.py b/setup.py index c32bf33..2c3a828 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup( name = "django-watson", - version = "1.1.2", + version = "1.1.3", description = "Full-text multi-table search application for Django. Easy to install and use, with good performance.", long_description = open("README.markdown").read(), author = "Dave Hall",