Skip to content

Commit ee38156

Browse files
committed
0.1.7 release
1 parent e83222e commit ee38156

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.1.7
2+
~~~~~
3+
4+
- Use a functions's ``__qualname__`` instead to avoid clases with functions
5+
of the same name.
6+
`pull#41 <https://github.com/peterbe/django-cache-memoize/pull/41>`_
7+
18
0.1.6
29
~~~~~
310

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="django-cache-memoize",
9-
version="0.1.6",
9+
version="0.1.7",
1010
description=(
1111
"Django utility for a memoization decorator that uses the Django "
1212
"cache framework."

0 commit comments

Comments
 (0)