This commit is contained in:
Dave Hall 2022-02-20 16:58:22 +00:00
parent c05267cca6
commit aaee81c9d4
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,11 @@
# django-watson changelog
## 1.6.1 - 03/01/2021
## 1.6.2 - 20/02/2022
- Django 4.0 compatibility.
## 1.6.1 - 03/01/2022
- Fix handling for `RelatedField` pk types (@CristopherH95).

View file

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