Skip to content

Commit

Permalink
Released 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Aug 26, 2023
1 parent 1db55d5 commit 97906d8
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,3 +1,10 @@

1.6.0
=====
:release-date: 2023-08-26

- Add declarative sealing for models and managers (#74)

1.5.1
=====
:release-date: 2023-04-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.5.1',
version='1.6.0',
description=(
'Allows ORM constructs to be sealed to prevent them from executing '
'queries on attribute accesses.'
Expand Down

0 comments on commit 97906d8

Please sign in to comment.