mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-05-03 11:24:43 +00:00
Bumping for new release
This commit is contained in:
parent
5c22c17c6e
commit
d18a1afaa5
2 changed files with 7 additions and 1 deletions
|
|
@ -2,6 +2,12 @@ django-watson changelog
|
|||
==========================
|
||||
|
||||
|
||||
1.1.5 - 08/11/2014
|
||||
------------------
|
||||
|
||||
* Fixing issue with indexing nullable ForeignKey fields.
|
||||
|
||||
|
||||
1.1.4 - 14/10/2014
|
||||
------------------
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name = "django-watson",
|
||||
version = "1.1.4",
|
||||
version = "1.1.5",
|
||||
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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue