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

Commit 2de7a47

Browse files
committed
chore(release): bump version
1 parent 2064e84 commit 2de7a47

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="2.0.2"></a>
2+
## 2.0.2 (2021-06-23)
3+
4+
#### Bug Fixes
5+
6+
* **cluster**: fixup invalid `Cluster.scan_iter()` default value for `type` param (#10) ([2064e842](2064e842))
7+
* **cluster**: fixup support for Python 3.6 in `Cluster.scan_iter()` (#10) ([2064e842](2064e842))
8+
* **cluster**: avoid potential pagination race condition in `Cluster.scan_iter()` (#10) ([2064e842](2064e842))
9+
110
<a name="2.0.1"></a>
211
## 2.0.1 (2021-06-18)
312

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.1"
3+
version = "2.0.2"
44
description = "Python async client for Redis key-value store"
55
readme = "README.rst"
66

0 commit comments

Comments
 (0)