Skip to content

Commit

Permalink
Release 1.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Sep 21, 2023
1 parent 037a025 commit a7eddb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

1.6.1
=====
:release-date: 2023-09-21

- Add tested support for Django 5.0 (#78)
- Adjust declarative sealing to respect MRO (#77)

1.6.0
=====
:release-date: 2023-08-26
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='django-seal',
version='1.6.0',
version='1.6.1',
description=(
'Allows ORM constructs to be sealed to prevent them from executing '
'queries on attribute accesses.'
Expand Down

0 comments on commit a7eddb6

Please sign in to comment.