From e9a25baa0f5be8fd6c56e6916c519650ffc1df3b Mon Sep 17 00:00:00 2001 From: crispengari <59051957+CrispenGari@users.noreply.github.com> Date: Sat, 2 Mar 2024 15:17:31 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eab0e8..0dcbbbe 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **`dataloom`** is a lightweight and versatile Object-Relational Mapping (ORM) library for Python. With support for `PostgreSQL`, `MySQL`, and `SQLite3` databases, `dataloom` simplifies database interactions, providing a seamless experience for developers.

-dataloom +dataloom

--- From 2857f56dc954f1f368e3d76d861e61da9dde5a73 Mon Sep 17 00:00:00 2001 From: crispengari <59051957+CrispenGari@users.noreply.github.com> Date: Sat, 2 Mar 2024 15:18:26 +0200 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53b8938..69d6615 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dataloom" -version = "2.4.0" +version = "2.4.1" authors = [ {name = "Crispen Gari", email = "crispengari@gmail.com"}, ] From c8dff4a3d7c3e50bfebce1c282f5790d0178c229 Mon Sep 17 00:00:00 2001 From: crispengari <59051957+CrispenGari@users.noreply.github.com> Date: Sat, 2 Mar 2024 15:21:31 +0200 Subject: [PATCH 3/3] Update Changelog.md --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index e1c2b74..c295e64 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,14 @@ +=== +Dataloom **`2.4.1`** +=== + +### Release Notes - `dataloom` + +We have release the new `dataloom` Version `2.4.1` (`2024-03-02`) + +##### Changes +- Updated documentation. + === Dataloom **`2.4.0`** ===