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 210ce20 commit 54dd3edCopy full SHA for 54dd3ed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
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
9
## 0.11.0 (2019-07-31)
10
11
* Support str for timeout and ttl [#454](https://github.com/argaen/aiocache/issues/454) - Manuel Miranda
aiocache/_version.py
@@ -1 +1 @@
-__version__ = "0.11.0"
+__version__ = "0.11.1"
0 commit comments