From 14d45aa30d3d7bad5c8f03e9a08f989012a8b3d8 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Mon, 25 Nov 2024 21:57:51 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.0.4=20=E2=86=92=202.0.5?= 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 9a1184b..91e8814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.5 (2024-11-25) + +### Fix + +- **version**: loosen version of pandas + ## v2.0.4 (2024-11-25) ### Fix diff --git a/pyproject.toml b/pyproject.toml index cf6a356..2db9468 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = ["hot_fair_utilities"] [project] name = "hot-fair-utilities" -version = "2.0.4" +version = "2.0.5" description = "Utilities for AI - Assisted Mapping fAIr" readme = "README.md" authors = [{ name = "Hot Tech Team", email = "sysadmin@hotosm.org" }]