diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb9719..6a75d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.2.4 (2022-02-25) +### Fix +* Test pypi publish ([`dbff716`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/dbff716cdbb15e2c59a750e726c22ec59eb57780)) + +### Documentation +* Remove old changelog ([`b8b3550`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/b8b355025d96f2e7adb9546ccf04755d0c359952)) + ## v0.2.3 (2022-02-25) ### Fix * Bump python-semantic-release ([`8a0d07a`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/8a0d07aea00c0ced3318f7f3b25a9cfc6593954a)) diff --git a/cic_utils/__init__.py b/cic_utils/__init__.py index 4f7052b..7a17bdd 100644 --- a/cic_utils/__init__.py +++ b/cic_utils/__init__.py @@ -1 +1 @@ -__version__ = "0.2.3" \ No newline at end of file +__version__ = "0.2.4" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 62f569e..97195fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-utils" -version = "0.2.3" +version = "0.2.4" description = "" authors = ["William Luke "] license = "GPL-3.0-or-later"