Skip to content

Commit 3261ded

Browse files
committed
Up to 6.1
1 parent 23adce9 commit 3261ded

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.1
2+
- support Django 3.2 and 4.0 (thx to Olivér Kecskeméty)
3+
- do not gulp commit errors (Oleg Yamnikov)
4+
- fixed precall key when a prefix is defined (Peter Baumgartner)
5+
- fixed m2o/m2m queries invalidation on object deletion (thx to Sergey Tikhonov)
6+
17
6.0
28
- support and test against Python 3.9 and Django 3.1/3.2
39
- added custom serializers support (thx to Arcady Usov)

cacheops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '6.0'
1+
__version__ = '6.1'
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.0',
13+
version='6.1',
1414
author='Alexander Schepanovski',
1515
author_email='suor.web@gmail.com',
1616

0 commit comments

Comments
 (0)