From 16e21bf7a694ab3cf7ded29c57e596b890b6ee89 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 25 Feb 2022 06:35:37 +0000 Subject: [PATCH] 0.2.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ cic_utils/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3fe0b1..1eb9719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.3 (2022-02-25) +### Fix +* Bump python-semantic-release ([`8a0d07a`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/8a0d07aea00c0ced3318f7f3b25a9cfc6593954a)) + ## v0.2.2 (2022-02-24) ### Fix * Test fixed asset upload ([`bf59490`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/bf59490a32cc9c0aa7e1c6257ab763551a0a5e5f)) diff --git a/cic_utils/__init__.py b/cic_utils/__init__.py index 984fc57..4f7052b 100644 --- a/cic_utils/__init__.py +++ b/cic_utils/__init__.py @@ -1 +1 @@ -__version__ = "0.2.2" \ No newline at end of file +__version__ = "0.2.3" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 96a6732..e9f5780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-utils" -version = "0.2.2" +version = "0.2.3" description = "" authors = ["William Luke "] license = "GPL-3.0-or-later"