api-breakage
semantic-release 4 years ago committed by github-actions
parent 622d3e82ec
commit 5c0139da33
  1. 3
      CHANGELOG.md
  2. 2
      pyproject.toml

@ -2,6 +2,9 @@
<!--next-version-placeholder-->
## v0.11.3 (2022-05-19)
## v0.11.2 (2022-05-18)
### Fix
* Added retries for connection error ([`57dbc19`](https://github.com/goincrypto/cryptocom-exchange/commit/57dbc19f8d2e558bafa6a0aabf7b39e3d005e0bb))

@ -6,7 +6,7 @@ name = "cryptocom-exchange"
packages = [
{include = "cryptocom", from = "src"},
]
version = "0.11.2"
version = "0.11.3"
readme = "README.md"
classifiers = [
"Operating System :: OS Independent",

Loading…
Cancel
Save