We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b961161 commit 92ee877Copy full SHA for 92ee877
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v10.29.0 (2026-03-25)
5
+
6
+### Feature
7
8
+- Minor: improve dms_tree performance, mainly by remove urls fields by default
9
+ ([`b961161`](https://github.com/bimdata/python-api-client/commit/b961161beb30189d1a17d5ba9f2eb2bc1907bcda))
10
11
12
## v10.28.0 (2026-03-25)
13
14
### Feature
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "10.28.0"
+VERSION = "10.29.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments