Skip to content

Commit fd8b34e

Browse files
committed
Bump version to 0.5.0
1 parent f333f9f commit fd8b34e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

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+
410
0.4.5 (2017-10-14)
511
------------------
612

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44
from pathlib import Path
55

6-
version = "0.4.5"
6+
version = "0.5.0"
77
root = Path(__file__).resolve().parents[0]
88

99
build_requires = [

0 commit comments

Comments
 (0)