Skip to content

Commit e238237

Browse files
committed
updated docummentation
1 parent 451d9d6 commit e238237

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
===
2+
Dataloom **`2.1.1`**
3+
===
4+
5+
### Release Notes - `dataloom`
6+
7+
We have release the new `dataloom` Version `2.1.0` (`2024-02-24`)
8+
9+
##### Features
10+
11+
- updated documentation.
12+
113
===
214
Dataloom **`2.1.0`**
315
===

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
- [Guidelines for Safe Usage](#guidelines-for-safe-usage)
8181
- [Ordering](#ordering)
8282
- [Filters](#filters)
83-
- [Operators](#operators)
83+
- [Operators](#operators)
8484
- [Data Aggregation](#data-aggregation)
8585
- [Aggregation Functions](#aggregation-functions)
8686
- [Utilities](#utilities)
@@ -1946,7 +1946,7 @@ print(user_post) """ ? =
19461946
### What is coming next?
19471947

19481948
1. N-N associations
1949-
2. Altering tables
1949+
2. utilities functions
19501950

19511951
### Contributing
19521952

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dataloom"
7-
version = "2.1.0"
7+
version = "2.1.1"
88
authors = [
99
{name = "Crispen Gari", email = "crispengari@gmail.com"},
1010
]

0 commit comments

Comments
 (0)