Skip to content

Commit

Permalink
version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Dec 27, 2018
1 parent 05e136b commit 3e163a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Peter Bengtsson (@peterbe)
- Ben Spaulding (@benspaulding)
- Eleni Lixourioti (@Geekfish)
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.1.6
~~~~~

- Fetch cache backend later to provide thread-safety
`pull#21 <https://github.com/peterbe/django-cache-memoize/pull/21>`_

- Fix cache invalidation with custom key generator
`pull#20 <https://github.com/peterbe/django-cache-memoize/pull/20>`_

0.1.5
~~~~~

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.5",
version="0.1.6",
description=(
"Django utility for a memoization decorator that uses the Django "
"cache framework."
Expand Down

0 comments on commit 3e163a2

Please sign in to comment.