We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f333f9f commit fd8b34eCopy full SHA for fd8b34e
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+0.5.0 (2017-11-08)
5
+------------------
6
+
7
+- func: Add ``lru_cache()`` which is a coroutine version of
8
+ ``functools.lru_cache()``.
9
10
0.4.5 (2017-10-14)
11
------------------
12
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
from pathlib import Path
-version = "0.4.5"
+version = "0.5.0"
root = Path(__file__).resolve().parents[0]
build_requires = [
0 commit comments