Skip to content

Commit aaee81c

Browse files
committed
v1.6.2
1 parent c05267c commit aaee81c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# django-watson changelog
22

3-
## 1.6.1 - 03/01/2021
3+
## 1.6.2 - 20/02/2022
4+
5+
- Django 4.0 compatibility.
6+
7+
8+
## 1.6.1 - 03/01/2022
49

510
- Fix handling for `RelatedField` pk types (@CristopherH95).
611

watson/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
<http://www.etianen.com/>
77
"""
88

9-
__version__ = VERSION = (1, 6, 1)
9+
__version__ = VERSION = (1, 6, 2)

0 commit comments

Comments
 (0)