Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 55b695d

Browse files
committed
chore(release): bump version
1 parent 7186a9b commit 55b695d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="2.0.4"></a>
2+
## 2.0.4 (2021-07-19)
3+
4+
#### Bug Fixes
5+
6+
* **connection:** avoid hiding timeout errors on connect (#11) ([7186a9b4](7186a9b4))
7+
18
<a name="2.0.3"></a>
29
## 2.0.3 (2021-07-02)
310

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "yaaredis"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "Python async client for Redis key-value store"
55
readme = "README.rst"
66

0 commit comments

Comments
 (0)