This commit is contained in:
Dave Hall 2020-03-30 10:08:58 +01:00 committed by Guillaume Baffoin
parent a0d116d0d8
commit e252df9660
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# django-watson changelog
## 1.5.5 - 30/03/2020
- Fixed a number of deprecation warnings in Django 3.0. (@henrikhorluck).
## 1.5.4 - 05/02/2020
- Django 3.0 tests and compatibility (@biozz, @ephes).

View File

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