Skip to content

Commit c29ee57

Browse files
committed
Bump to 0.6.1
1 parent 9c8826f commit c29ee57

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.6.1
2+
* Add support for Django 3.1 #115 (@LeeHanYeong)
3+
14
## 0.6.0
25
* Drop end-of-life Django versions, add Django 2.2 and 3.0, and Python 3.8 (@johnthagen)
36

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.0'
2+
__version__ = '0.6.1'
33
__author__ = 'beda.software'
44
__license__ = 'BSD 2-Clause'
55
__copyright__ = 'Copyright 2014-2020 beda.software'

0 commit comments

Comments
 (0)