Skip to content

Commit

Permalink
Bump to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Oct 29, 2024
1 parent e12b356 commit 639de87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.1
* Add support for Python 3.12, Django 5.0, DRF 3.15 (@browniebroke)
* Drop support for Python <3.7, Django <4.2, DRF <3.14 (@browniebroke)

## 0.7.0
* Related objects are not deleted if they have relation with on_delete=SET_NULL/SET_DEFAULT #72 (@izimobil)

Expand Down
4 changes: 2 additions & 2 deletions drf_writable_nested/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__title__ = 'DRF writable nested'
__version__ = '0.7.0'
__version__ = '0.7.1'
__author__ = 'beda.software'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2014-2022 beda.software'
__copyright__ = 'Copyright 2014-2024 beda.software'

# Version synonym
VERSION = __version__
Expand Down

0 comments on commit 639de87

Please sign in to comment.