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

Commit 344ff7e

Browse files
committed
chore(release): bump version
1 parent a16c35d commit 344ff7e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/RELEASE.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ TODO: fill this out more completely!
77
88
$ poetry version <kind>
99
$ clog -C CHANGELOG.md --setversion <new> -f <old>
10+
# edit ./CHANGELOG.md manually to make it easier to read, if need be
1011
$ git commit -am 'chore(release): bump version' && git push
1112
$ git tag x.y.z && git push origin x.y.z
1213

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.3"></a>
2+
## 2.0.3 (2021-07-02)
3+
4+
#### Bug Fixes
5+
6+
* **cluster:** fix broken retry logic for ClusterDownErrors (#8) ([a16c35d2](a16c35d2))
7+
18
<a name="2.0.2"></a>
29
## 2.0.2 (2021-06-23)
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.2"
3+
version = "2.0.3"
44
description = "Python async client for Redis key-value store"
55
readme = "README.rst"
66

0 commit comments

Comments
 (0)