Skip to content

Commit a2d3a48

Browse files
committed
Release 1.6.2.
1 parent e1c4488 commit a2d3a48

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.6.2
2+
=====
3+
:release-date: 2024-08-12
4+
5+
- Add tested support for Django 5.1 and Python 3.12.
6+
- Drop support for Python < 3.8 and Django < 4.2.
17

28
1.6.1
39
=====

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='django-seal',
9-
version='1.6.1',
9+
version='1.6.2',
1010
description=(
1111
'Allows ORM constructs to be sealed to prevent them from executing '
1212
'queries on attribute accesses.'

0 commit comments

Comments
 (0)