From a862a73d7ccb6cf4c36ea2ad1a226d42f1b73887 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 16 Mar 2022 08:06:11 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ cic/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da45ca8..c5eec14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.0 (2022-03-16) +### Feature +* Copy base configs to user configs ([`f4e370c`](https://git.grassecon.net/cicnet/cic-cli/commit/f4e370cb5db79c74abe26179f5b15bd079bdd066)) + ## v0.1.1 (2022-03-16) ### Fix * Update configs ([`b51d1e9`](https://git.grassecon.net/cicnet/cic-cli/commit/b51d1e92d7ae1e3b91ca50c036ffd58e762df24b)) diff --git a/cic/__init__.py b/cic/__init__.py index 485f44a..d3ec452 100644 --- a/cic/__init__.py +++ b/cic/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index f6a8429..3228d27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-cli" -version = "0.1.1" +version = "0.2.0" description = "Generic cli tooling for the CIC token network" authors = [ "Louis Holbrook ",