From 55b695d2673039a0ce484b326a8fcd3af1ea883a Mon Sep 17 00:00:00 2001 From: Kevin James Date: Mon, 19 Jul 2021 15:14:55 -0700 Subject: [PATCH] chore(release): bump version --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c540040..c8667535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 2.0.4 (2021-07-19) + +#### Bug Fixes + +* **connection:** avoid hiding timeout errors on connect (#11) ([7186a9b4](7186a9b4)) + ## 2.0.3 (2021-07-02) diff --git a/pyproject.toml b/pyproject.toml index da9979b5..af8a6fec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yaaredis" -version = "2.0.3" +version = "2.0.4" description = "Python async client for Redis key-value store" readme = "README.rst"