Skip to content

Commit d4b3903

Browse files
committed
Up to 7.2
1 parent f57cdac commit d4b3903

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
7.2
2+
- support and test against Python 3.13 and Django 5.1/5.2 (thx to Stu Tomlinson)
3+
- updated md5 to set usedforsecurity for FIPS compliance (Logan Bibby)
4+
- skip ArrayField in exact conds
5+
16
7.1
27
- support and test against Python 3.12 and Django 5.0
38
- prevent dups in conjs and disjs by using proper data-structures (thx Sergey Prokopiev for a test)

cacheops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '7.1'
1+
__version__ = '7.2'
22
VERSION = tuple(map(int, __version__.split('.')))
33

44
from .simple import * # noqa

setup.py

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

88
setup(
99
name='django-cacheops',
10-
version='7.1',
10+
version='7.2',
1111
author='Alexander Schepanovski',
1212
author_email='suor.web@gmail.com',
1313

0 commit comments

Comments
 (0)