0.5.4
continuous-integration/drone/tag Build is passing Details

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2022-07-05 08:26:41 +00:00 committed by William Luke
parent de78753675
commit b5a2d4b0c4
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## v0.5.4 (2022-07-05)
### Fix
* Pass headers through KeyedWriterFactory ([`de78753`](https://git.grassecon.net/cicnet/cic-cli/commit/de78753675242dd253359a5a5601d9062d81f0ee))
## v0.5.3 (2022-07-05)
### Fix
* Add auth headers to HTTPWriter ([`4eda0fb`](https://git.grassecon.net/cicnet/cic-cli/commit/4eda0fb5cc2c41a735619dc3e34f21c4e27fd112))

View File

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

View File

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