From 385cce58a7a141b1b49ca075fac9911ff88007cf Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Mon, 21 Aug 2023 18:05:00 +0545 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.0=20=E2=86=92=201.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c55e472..bc052b89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.1 (2023-08-21) + +### Fix + +- Hotfix + ## v1.2.0 (2023-08-14) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 41d04ac2..bc85d7fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hot-fair-utilities" -version = "1.2.0" +version = "1.2.1" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]