From 48492cca662b45ec0aede7ce4626b3f9e840fefe Mon Sep 17 00:00:00 2001 From: argaen Date: Fri, 27 Apr 2018 00:37:58 +0200 Subject: [PATCH] Bump version 0.9.1 --- CHANGELOG.md | 10 ++++++++++ aiocache/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a1dc1f..732203ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## 0.9.1 (2018-04-27) + +* Single deploy step [#395](https://github.com/argaen/aiocache/issues/395) - Manuel Miranda + +* Catch ImportError when importing optional msgpack [#398](https://github.com/argaen/aiocache/issues/398) - Paweł Kowalski + +* Lazy load redis asyncio.Lock [#397](https://github.com/argaen/aiocache/issues/397) - Jordi Soucheiron + + + ## 0.9.0 (2018-04-24) * Bug #389/propagate redlock exceptions [#394](https://github.com/argaen/aiocache/issues/394) - Manuel Miranda diff --git a/aiocache/_version.py b/aiocache/_version.py index e4e49b3b..8969d496 100644 --- a/aiocache/_version.py +++ b/aiocache/_version.py @@ -1 +1 @@ -__version__ = '0.9.0' +__version__ = '0.9.1'