mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Updating for 1.0.2 release.
This commit is contained in:
parent
06956cb57d
commit
c6dcb6592e
2 changed files with 8 additions and 2 deletions
|
|
@ -2,6 +2,12 @@ django-watson changelog
|
|||
==========================
|
||||
|
||||
|
||||
1.0.2 - 07/03/2012
|
||||
------------------
|
||||
|
||||
* Support for prefix matching in search queries.
|
||||
|
||||
|
||||
1.0.1 - 06/02/2012
|
||||
------------------
|
||||
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -3,12 +3,12 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name = "django-watson",
|
||||
version = "1.0.1",
|
||||
version = "1.0.2",
|
||||
description = "Full-text multi-table search application for Django. Easy to install and use, with good performance.",
|
||||
author = "Dave Hall",
|
||||
author_email = "dave@etianen.com",
|
||||
url = "http://github.com/etianen/django-watson",
|
||||
download_url = "http://github.com/downloads/etianen/django-watson/django-watson-1.0.1.tar.gz",
|
||||
download_url = "http://github.com/downloads/etianen/django-watson/django-watson-1.0.2.tar.gz",
|
||||
zip_safe = False,
|
||||
packages = [
|
||||
"watson",
|
||||
|
|
|
|||
Loading…
Reference in a new issue