Skip to content

Commit aa9e4c3

Browse files
committed
Released 1.5.0.
1 parent 092a2e1 commit aa9e4c3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.5.0
2+
=====
3+
:release-date: 2023-02-20
4+
5+
- Added tested support for Python 3.10, 3.11 and Django 4.0, 4.1, and 4.2.
6+
- Dropped support for Python < 3.7 and Django < 3.2.
7+
18
1.4.4
29
=====
310
:release-date: 2021-07-30

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

0 commit comments

Comments
 (0)