Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Aug 16, 2017
1 parent ae288bb commit 68272c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0
* Fix problem with deletion related M2M objects when removing the relation
(Note: you should manually delete m2m instances on update after this version)

## 0.2.1
* Fix problem for updating models with UUID primary key field (@kseniyashaydurova)
* Fix problem with raising Protected Error in deletion (@kseniyashaydurova)
Expand All @@ -16,7 +20,7 @@
## 0.1.2
* Fix problem with null values for reverse relations

## 0.1.0
## 0.1.0
* Remove unneeded functional
* Cover with tests

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

0 comments on commit 68272c7

Please sign in to comment.