Bumping for 1.1.3 release

This commit is contained in:
Dave Hall 2014-02-19 10:37:57 +00:00
parent 50ad1d3240
commit ef9cc5ac11
2 changed files with 9 additions and 1 deletions

View file

@ -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
------------------

View file

@ -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",