From 234457f06010e55748f7ce2fcbf6b240d3a1685d Mon Sep 17 00:00:00 2001 From: kshtiijrajsharma Date: Thu, 26 Oct 2023 19:40:00 +0545 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.2=20=E2=86=92=201.2.3?= 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 ef30e30b..e8661927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.3 (2023-10-26) + +### Fix + +- version update + ## v1.2.2 (2023-08-23) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3866891d..36aab7c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hot-fair-utilities" -version = "1.2.2" +version = "1.2.3" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]