We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608890f commit 056b332Copy full SHA for 056b332
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased
+## 0.7.2
2
* Add support for Django 5.1, 5.2 and Python 3.13 (@browniebroke)
3
* Drop support for end-of-life Python 3.8 (@browniebroke)
4
drf_writable_nested/__init__.py
@@ -1,8 +1,8 @@
__title__ = 'DRF writable nested'
-__version__ = '0.7.1'
+__version__ = '0.7.2'
__author__ = 'beda.software'
__license__ = 'BSD 2-Clause'
5
-__copyright__ = 'Copyright 2014-2024 beda.software'
+__copyright__ = 'Copyright 2014-2025 beda.software'
6
7
# Version synonym
8
VERSION = __version__
0 commit comments