Skip to content

Commit

Permalink
version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Dec 4, 2018
1 parent 4023da3 commit 65f5517
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.1.5
~~~~~

- Fix when using ``_refresh=False`` and the ``.invalidate()``.
`pull#19 <https://github.com/peterbe/django-cache-memoize/pull/19>`_

0.1.4
~~~~~

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

setup(
name="django-cache-memoize",
version="0.1.4",
version="0.1.5",
description=(
"Django utility for a memoization decorator that uses the Django "
"cache framework."
Expand Down

0 comments on commit 65f5517

Please sign in to comment.