0.2.2
continuous-integration/drone/push Build is pending Details

Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2022-02-24 08:02:08 +00:00 committed by William Luke
parent bf59490a32
commit bf008e7f9b
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
<!--next-version-placeholder-->
## 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))

View File

@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "cic-utils"
version = "0.2.1"
version = "0.2.2"
description = ""
authors = ["William Luke <williamluke4@gmail.com>"]
license = "GPL-3.0-or-later"