Skip to content

Commit

Permalink
Bump to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Oct 29, 2020
1 parent 1b89920 commit 2df191a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.6.2
* Fix: Refresh from DB when updating nested object #122 (@pcarn)
* Fix: UniqueFieldsMixin validation optional for partial update #117 (@robinchow)
* Add Django 3.1 to CI tests (@johnthagen)

## 0.6.1
* Add support for Django 3.1 #115 (@LeeHanYeong)

Expand Down
2 changes: 1 addition & 1 deletion drf_writable_nested/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'DRF writable nested'
__version__ = '0.6.1'
__version__ = '0.6.2'
__author__ = 'beda.software'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2014-2020 beda.software'
Expand Down

0 comments on commit 2df191a

Please sign in to comment.