Skip to content

Commit

Permalink
Up to 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed Nov 1, 2024
1 parent 0366db6 commit 7307e35
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
7.1
- support and test against Python 3.12 and Django 5.0
- prevent dups in conjs and disjs by using proper data-structures (thx Sergey Prokopiev for a test)
- unpin funcy major version
- fixed conj keys TTL in Redis 7.x
- updated and cleaned up tests

7.0.2
- fixed .aggregate()
- fixed big memory usage during migrations
Expand Down
2 changes: 1 addition & 1 deletion cacheops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '7.0.2'
__version__ = '7.1'
VERSION = tuple(map(int, __version__.split('.')))

from .simple import * # noqa
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='django-cacheops',
version='7.0.2',
version='7.1',
author='Alexander Schepanovski',
author_email='[email protected]',

Expand Down

0 comments on commit 7307e35

Please sign in to comment.