From c29ee576c067c437f3cc7cd986e4d51b683986fe Mon Sep 17 00:00:00 2001 From: Vadim Laletin Date: Sun, 9 Aug 2020 23:51:40 +0700 Subject: [PATCH] Bump to 0.6.1 --- CHANGELOG.md | 3 +++ drf_writable_nested/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2974465..fe3e41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.1 +* Add support for Django 3.1 #115 (@LeeHanYeong) + ## 0.6.0 * Drop end-of-life Django versions, add Django 2.2 and 3.0, and Python 3.8 (@johnthagen) diff --git a/drf_writable_nested/__init__.py b/drf_writable_nested/__init__.py index 227964e..74b5ff9 100644 --- a/drf_writable_nested/__init__.py +++ b/drf_writable_nested/__init__.py @@ -1,5 +1,5 @@ __title__ = 'DRF writable nested' -__version__ = '0.6.0' +__version__ = '0.6.1' __author__ = 'beda.software' __license__ = 'BSD 2-Clause' __copyright__ = 'Copyright 2014-2020 beda.software'