mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Bumping for 1.1.3 release
This commit is contained in:
parent
50ad1d3240
commit
ef9cc5ac11
2 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
------------------
|
||||
|
||||
|
|
|
|||
2
setup.py
2
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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue