Bumping version

This commit is contained in:
Dave Hall 2015-04-24 14:49:00 +01:00
parent 3c7f0abd4f
commit 8030ee201d
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@ django-watson changelog
=======================
1.1.8 - 24/04/2015
------------------
* Minor bugfixes.
1.1.7 - 06/04/2015
------------------

View file

@ -4,7 +4,7 @@ from distutils.core import setup
setup(
name = "django-watson",
version = "1.1.7",
version = "1.1.8",
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",