Skip to content

Commit

Permalink
Up to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Suor committed Jul 9, 2020
1 parent b42f61a commit 5e9cf36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.0.1
- fixed reverse o2o invalidation (thx to John Anderson)
- fixed unstable cache key when field validors are used
- guard against non-integer timeouts

5.0
- support Python 3.8 and Django 3.0 (thx to Misha Kalyna)
- improve model fields stamping (Alex Lokhman)
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__ = '5.0'
__version__ = '5.0.1'
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='5.0',
version='5.0.1',
author='Alexander Schepanovski',
author_email='suor.web@gmail.com',

Expand Down

0 comments on commit 5e9cf36

Please sign in to comment.