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`** === diff --git a/README.md b/README.md index 5c4d970..1560574 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

--- 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"}, ]