Skip to content

Commit

Permalink
Bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Aug 23, 2018
1 parent 8d6385e commit 3d2bdb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0
* Validation problem: `parent` isn't set for nested serializer's fields on the validation stage #1 (@kenny1992)
* Validation problem: custom validation errors raised from the nested serializer have a wrong path #2 (@kenny1992)

## 0.4.3
* Fix MultiValueDictKeyError for nested updates on reverse-relations (@bakerf @projkov)

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.4.3'
__version__ = '0.5.0'
__author__ = 'beda.software'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2014-2018 beda.software'
Expand Down

0 comments on commit 3d2bdb7

Please sign in to comment.