From ef39b5eade7a9bcad2e956af7aabe1a75bdc1c22 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 16 Sep 2024 13:15:07 +0000 Subject: [PATCH] 10.7.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++++++++++ setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8391b57..c891be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v10.7.0 (2024-09-16) + +### Feature + +* MINOR: Bcf odata (#772) + +* implement odata filters + +* add orderby + +* factorize + +* replace test domains with bimdata.test ([`34ee7c9`](https://github.com/bimdata/python-api-client/commit/34ee7c9d3104f9f3a0a6363b40f38b778f900666)) + + ## v10.6.0 (2024-09-16) ### Feature diff --git a/setup.py b/setup.py index c527108..b6cdab4 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ long_description = f.read() NAME = "bimdata-api-client" -VERSION = "10.6.0" +VERSION = "10.7.0" # To install the library, run the following # # python setup.py install