Skip to content

Commit 8b5570b

Browse files
committed
Up to 6.2
1 parent 8182262 commit 8b5570b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
6.2
2+
- support Python 3.11 and Django 4.1
3+
- added command to clear stale cacheops keys (Bruno Alla)
4+
- fixed `invalidate_m2o` for polymorphic models (#430) (Andrey Alekseev)
5+
- updated README: TOC, link to the post, some explanations
6+
17
6.1
28
- support Django 3.2 and 4.0 (thx to Olivér Kecskeméty)
39
- do not gulp commit errors (Oleg Yamnikov)

cacheops/__init__.py

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

44
import django

setup.py

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

1111
setup(
1212
name='django-cacheops',
13-
version='6.1',
13+
version='6.2',
1414
author='Alexander Schepanovski',
1515
author_email='suor.web@gmail.com',
1616

0 commit comments

Comments
 (0)