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

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2022-03-22 07:16:17 +00:00 committed by William Luke
parent 71bf1e15c4
commit 6f04de8d7e
3 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,13 @@
<!--next-version-placeholder-->
## v0.2.2 (2022-03-22)
### Fix
* Enfore upper case symbol name ([`71bf1e1`](https://git.grassecon.net/cicnet/cic-cli/commit/71bf1e15c4a217111ae6f6568814985a9d5b960f))
### Documentation
* Update bange urls ([`32ba293`](https://git.grassecon.net/cicnet/cic-cli/commit/32ba29354ae53bf8166bef4d117667aa314a6cfe))
## v0.2.1 (2022-03-16)
### Fix
* Update config paths ([`f7d0503`](https://git.grassecon.net/cicnet/cic-cli/commit/f7d0503c7b85d96588bf1a75fdf1cce27acf1460))

View File

@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"

View File

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