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

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Jul 2, 2021
1 parent a16c35d commit 344ff7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ TODO: fill this out more completely!
$ poetry version <kind>
$ clog -C CHANGELOG.md --setversion <new> -f <old>
# edit ./CHANGELOG.md manually to make it easier to read, if need be
$ git commit -am 'chore(release): bump version' && git push
$ git tag x.y.z && git push origin x.y.z
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="2.0.3"></a>
## 2.0.3 (2021-07-02)

#### Bug Fixes

* **cluster:** fix broken retry logic for ClusterDownErrors (#8) ([a16c35d2](a16c35d2))

<a name="2.0.2"></a>
## 2.0.2 (2021-06-23)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yaaredis"
version = "2.0.2"
version = "2.0.3"
description = "Python async client for Redis key-value store"
readme = "README.rst"

Expand Down

0 comments on commit 344ff7e

Please sign in to comment.