Updating for 1.0.2 release.

This commit is contained in:
Dave Hall 2012-03-07 13:47:31 +00:00
parent 06956cb57d
commit c6dcb6592e
2 changed files with 8 additions and 2 deletions

View file

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

View file

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