From e238237f2cd8ba53254ee548120c32f711c6aa1a Mon Sep 17 00:00:00 2001 From: Crispen Gari Date: Sat, 24 Feb 2024 18:26:55 +0200 Subject: [PATCH] updated docummentation --- Changelog.md | 12 ++++++++++++ README.md | 4 ++-- pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 66578c3..42cd444 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,15 @@ +=== +Dataloom **`2.1.1`** +=== + +### Release Notes - `dataloom` + +We have release the new `dataloom` Version `2.1.0` (`2024-02-24`) + +##### Features + +- updated documentation. + === Dataloom **`2.1.0`** === diff --git a/README.md b/README.md index 3346b96..c320eac 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ - [Guidelines for Safe Usage](#guidelines-for-safe-usage) - [Ordering](#ordering) - [Filters](#filters) - - [Operators](#operators) + - [Operators](#operators) - [Data Aggregation](#data-aggregation) - [Aggregation Functions](#aggregation-functions) - [Utilities](#utilities) @@ -1946,7 +1946,7 @@ print(user_post) """ ? = ### What is coming next? 1. N-N associations -2. Altering tables +2. utilities functions ### Contributing diff --git a/pyproject.toml b/pyproject.toml index f0fe2d5..7e9e2be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dataloom" -version = "2.1.0" +version = "2.1.1" authors = [ {name = "Crispen Gari", email = "crispengari@gmail.com"}, ]