This commit is contained in:
Dave Hall 2017-07-07 10:23:34 +01:00
parent f72ba151bf
commit fa2ebaec13
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# django-watson changelog
## 1.4.0 - 07/07/2017
- Multiple database support (@sorokins).
- Minor tweaks and bugfixes (@unaizalakain, @moggers87).
## 1.3.1 - 03/04/2016
- Fixed `SearchContextMiddleware` for Django 1.10.0 (@blodone).

View file

@ -6,4 +6,4 @@ Developed by Dave Hall.
<http://www.etianen.com/>
"""
__version__ = VERSION = (1, 3, 1)
__version__ = VERSION = (1, 4, 0)