Preparing for 1.1.1 release.

This commit is contained in:
Dave Hall 2012-07-19 17:24:11 +01:00
parent 986e17cae0
commit ba9ee0fb71
2 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,13 @@
django-watson changelog
==========================
1.1.1 - 19/07/2012
------------------
* Ability to use a custom search adapter class in SearchAdmin.
* Template tag helpers for search results.
* Ability to specify search configuration for PostgreSQL backend.
1.1.0 - 05/04/2012
------------------

View file

@ -3,12 +3,12 @@ from distutils.core import setup
setup(
name = "django-watson",
version = "1.1.0",
version = "1.1.1",
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.1.0.tar.gz",
download_url = "http://github.com/downloads/etianen/django-watson/django-watson-1.1.1.tar.gz",
zip_safe = False,
packages = [
"watson",