0.5.3
continuous-integration/drone/push Build is passing Details

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2022-07-05 08:14:20 +00:00 committed by William Luke
parent 4eda0fb5cc
commit 7b7fd1e2bb
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## v0.5.3 (2022-07-05)
### Fix
* Add auth headers to HTTPWriter ([`4eda0fb`](https://git.grassecon.net/cicnet/cic-cli/commit/4eda0fb5cc2c41a735619dc3e34f21c4e27fd112))
## v0.5.2 (2022-07-05)
### Fix
* Bump cic-types ([`15ae114`](https://git.grassecon.net/cicnet/cic-cli/commit/15ae1143a5230078219072d096741546ebcc3d07))

View File

@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.5.3"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "cic-cli"
version = "0.5.2"
version = "0.5.3"
description = "Generic cli tooling for the CIC token network"
authors = [
"Louis Holbrook <dev@holbrook.no>",