Skip to content

Commit

Permalink
Release 1.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Aug 13, 2024
1 parent e1c4488 commit a2d3a48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.6.2
=====
:release-date: 2024-08-12

- Add tested support for Django 5.1 and Python 3.12.
- Drop support for Python < 3.8 and Django < 4.2.

1.6.1
=====
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.1',
version='1.6.2',
description=(
'Allows ORM constructs to be sealed to prevent them from executing '
'queries on attribute accesses.'
Expand Down

0 comments on commit a2d3a48

Please sign in to comment.