Skip to content

Commit 056b332

Browse files
committed
Bump 0.7.2
1 parent 608890f commit 056b332

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.7.2
22
* Add support for Django 5.1, 5.2 and Python 3.13 (@browniebroke)
33
* Drop support for end-of-life Python 3.8 (@browniebroke)
44

drf_writable_nested/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
__title__ = 'DRF writable nested'
2-
__version__ = '0.7.1'
2+
__version__ = '0.7.2'
33
__author__ = 'beda.software'
44
__license__ = 'BSD 2-Clause'
5-
__copyright__ = 'Copyright 2014-2024 beda.software'
5+
__copyright__ = 'Copyright 2014-2025 beda.software'
66

77
# Version synonym
88
VERSION = __version__

0 commit comments

Comments
 (0)