Skip to content

Commit e3f6c71

Browse files
committed
Release 1.6.3.
1 parent 3806fae commit e3f6c71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
1.6.3
22
=====
3-
:release-date: unreleased
3+
:release-date: 2024-09-05
44

55
- Address a crash on unrestricted ``select_related()`` usage (#81)
66

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.2',
9+
version='1.6.3',
1010
description=(
1111
'Allows ORM constructs to be sealed to prevent them from executing '
1212
'queries on attribute accesses.'

0 commit comments

Comments
 (0)