Skip to content

Commit f4c64c0

Browse files
committed
Bump version 0.10.0
1 parent 6d95ea9 commit f4c64c0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

33

4+
## 0.10.0 (2018-06-17)
5+
6+
* Cache can be disabled in decorated functions using `cache_read` and `cache_write` [#404](https://github.com/argaen/aiocache/issues/404) - Josep Cugat
7+
8+
* Cache constructor can receive now default ttl [#405](https://github.com/argaen/aiocache/issues/405) - Josep Cugat
49
## 0.9.1 (2018-04-27)
510

611
* Single deploy step [#395](https://github.com/argaen/aiocache/issues/395) - Manuel Miranda

aiocache/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.9.1'
1+
__version__ = '0.10.0'

0 commit comments

Comments
 (0)