diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c7b00..c3fe0b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.2 (2022-02-24) +### Fix +* Test fixed asset upload ([`bf59490`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/bf59490a32cc9c0aa7e1c6257ab763551a0a5e5f)) + ## v0.2.1 (2022-02-23) ### Fix * Versioning ([`5eb6a99`](https://git.grassecon.net/grassrootseconomics/cic-utils/commit/5eb6a99114867ee4ff72523922a13dc847b75196)) diff --git a/cic_utils/__init__.py b/cic_utils/__init__.py index 77648b6..984fc57 100644 --- a/cic_utils/__init__.py +++ b/cic_utils/__init__.py @@ -1 +1 @@ -__version__ = "0.2.1" \ No newline at end of file +__version__ = "0.2.2" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1c291e0..ea15b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cic-utils" -version = "0.2.1" +version = "0.2.2" description = "" authors = ["William Luke "] license = "GPL-3.0-or-later"