mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
v1.4.0
This commit is contained in:
parent
f72ba151bf
commit
fa2ebaec13
2 changed files with 7 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ Developed by Dave Hall.
|
|||
<http://www.etianen.com/>
|
||||
"""
|
||||
|
||||
__version__ = VERSION = (1, 3, 1)
|
||||
__version__ = VERSION = (1, 4, 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue