mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Bumping version
This commit is contained in:
parent
7642e3645f
commit
f83e20b601
2 changed files with 8 additions and 2 deletions
|
|
@ -1,6 +1,12 @@
|
|||
django-watson changelog
|
||||
=======================
|
||||
|
||||
1.1.9 - 09/11/2015
|
||||
------------------
|
||||
|
||||
* Customization meta serialization (@samuelcolvin).
|
||||
* Minor bugfixes (@etianen, @Fitblip).
|
||||
|
||||
|
||||
1.1.8 - 24/04/2015
|
||||
------------------
|
||||
|
|
@ -87,4 +93,4 @@ django-watson changelog
|
|||
1.0.0 - 10/10/2012
|
||||
------------------
|
||||
|
||||
* First production release.
|
||||
* First production release.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name = "django-watson",
|
||||
version = "1.1.8",
|
||||
version = "1.1.9",
|
||||
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