Skip to content

Commit

Permalink
Up to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed May 15, 2020
1 parent 12f61b3 commit 5a7f63b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
5.0
- support Python 3.8 and Django 3.0 (thx to Misha Kalyna)
- improve model fields stamping (Alex Lokhman)
- disabled postponed invalidation when no_invalidation is applied (Vladimir)
- fixed custom manager derived from BaseManager (Eric Plaster)
Backwards incompatible changes:
- dropped Python 2.7 and Djangos before 2.1
- Redis 4.0+ required

4.2
- support Django 2.1 and 2.2
- added keep_fresh option to @cached_as (George Lee)
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__ = '4.2'
__version__ = '5.0'
VERSION = tuple(map(int, __version__.split('.')))


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-cacheops',
version='4.2',
version='5.0',
author='Alexander Schepanovski',
author_email='suor.web@gmail.com',

Expand Down

0 comments on commit 5a7f63b

Please sign in to comment.