Updating changelog and bumping version number

This commit is contained in:
Dave Hall 2015-04-01 10:31:51 +01:00
parent 0410584c86
commit a842267396
2 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,16 @@
django-watson changelog
==========================
=======================
1.1.6 - 01/04/2015
------------------
* Added listwatson management command (@philippeowagner)
* Added _format_query() hook to MySQL search backend (@alexey-grom)
* Adding in Django 1.7 migrations.
* Ability to specify a search backend name for the filter() and search() methods (@amin-pylot)
* Bugfixes and tweaks (@thedrow, @dessibelle, @carltongibson, @philippeowagner)
1.1.5 - 08/11/2014

View file

@ -4,7 +4,7 @@ from distutils.core import setup
setup(
name = "django-watson",
version = "1.1.5",
version = "1.1.6",
description = "Full-text multi-table search application for Django. Easy to install and use, with good performance.",
long_description = open(os.path.join(os.path.dirname(__file__), "README.markdown")).read(),
author = "Dave Hall",