Commit 7307e35 1 parent 0366db6 commit 7307e35 Copy full SHA for 7307e35
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ 7.1
2
+ - support and test against Python 3.12 and Django 5.0
3
+ - prevent dups in conjs and disjs by using proper data-structures (thx Sergey Prokopiev for a test)
4
+ - unpin funcy major version
5
+ - fixed conj keys TTL in Redis 7.x
6
+ - updated and cleaned up tests
7
+
1
8
7.0.2
2
9
- fixed .aggregate()
3
10
- fixed big memory usage during migrations
Original file line number Diff line number Diff line change 1
- __version__ = '7.0.2 '
1
+ __version__ = '7.1 '
2
2
VERSION = tuple (map (int , __version__ .split ('.' )))
3
3
4
4
from .simple import * # noqa
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'django-cacheops' ,
10
- version = '7.0.2 ' ,
10
+ version = '7.1 ' ,
11
11
author = 'Alexander Schepanovski' ,
12
12
author_email = 'suor.web@gmail.com' ,
13
13
You can’t perform that action at this time.
0 commit comments