Skip to content

Commit 2df191a

Browse files
committed
Bump to 0.6.2
1 parent 1b89920 commit 2df191a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.2
2+
* Fix: Refresh from DB when updating nested object #122 (@pcarn)
3+
* Fix: UniqueFieldsMixin validation optional for partial update #117 (@robinchow)
4+
* Add Django 3.1 to CI tests (@johnthagen)
5+
16
## 0.6.1
27
* Add support for Django 3.1 #115 (@LeeHanYeong)
38

drf_writable_nested/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'DRF writable nested'
2-
__version__ = '0.6.1'
2+
__version__ = '0.6.2'
33
__author__ = 'beda.software'
44
__license__ = 'BSD 2-Clause'
55
__copyright__ = 'Copyright 2014-2020 beda.software'

0 commit comments

Comments
 (0)