mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
v1.5.3
This commit is contained in:
parent
62cddee061
commit
bf5de0fd01
2 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# django-watson changelog
|
||||
|
||||
## 1.5.3 - 01/11/2019
|
||||
|
||||
- Fixed `buildwatson` error when `django.contrib.admin` not installed (@krukas).
|
||||
- Bugfixes (@moggers87, @krukas).
|
||||
|
||||
|
||||
## 1.5.2 - 23/02/2018
|
||||
|
||||
- Django 2.0 compatibility improvements (@zandeez, @etianen).
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ Developed by Dave Hall.
|
|||
<http://www.etianen.com/>
|
||||
"""
|
||||
|
||||
__version__ = VERSION = (1, 5, 2)
|
||||
__version__ = VERSION = (1, 5, 3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue