From 6f04de8d7edf473c7e4864d4d1d9e003a03a206f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 22 Mar 2022 07:16:17 +0000 Subject: [PATCH] 0.2.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ cic/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d357c2..5040164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## 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)) diff --git a/cic/__init__.py b/cic/__init__.py index 3ced358..b5fdc75 100644 --- a/cic/__init__.py +++ b/cic/__init__.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" diff --git a/pyproject.toml b/pyproject.toml index 83fac50..2014f8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",