Skip to content

Commit 54dd3ed

Browse files
author
Manuel Miranda
committed
Bump version 0.11.1
1 parent 210ce20 commit 54dd3ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
4+
## 0.11.1 (2019-07-31)
5+
6+
* Don't hardcode import redis and memcached in factory [#461](https://github.com/argaen/aiocache/issues/461) - Manuel Miranda
7+
8+
39
## 0.11.0 (2019-07-31)
410

511
* Support str for timeout and ttl [#454](https://github.com/argaen/aiocache/issues/454) - Manuel Miranda

aiocache/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.11.0"
1+
__version__ = "0.11.1"

0 commit comments

Comments
 (0)