From fbd4ed6526ceef917eab92e5fea29afc7ffd5418 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 29 Apr 2022 07:51:06 +0000 Subject: [PATCH] 0.4.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 51dd38e..3c0567b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.4.0 (2022-04-29) +### Feature +* Add giftable generation ([`b7acbdc`](https://git.grassecon.net/cicnet/cic-cli/commit/b7acbdc4bc5862752585fecfaee7d2fe70d8dbbe)) + ## v0.3.4 (2022-04-27) ### Fix * Bump deps again ([`37188a6`](https://git.grassecon.net/cicnet/cic-cli/commit/37188a60e85d9545acfd950c1c160801c22d2b5b)) diff --git a/cic/__init__.py b/cic/__init__.py index 334b899..6a9beea 100644 --- a/cic/__init__.py +++ b/cic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.4" +__version__ = "0.4.0" diff --git a/pyproject.toml b/pyproject.toml index 6ee8d0e..511bc8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-cli" -version = "0.3.4" +version = "0.4.0" description = "Generic cli tooling for the CIC token network" authors = [ "Louis Holbrook ",