We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23ca4c commit 562a94fCopy full SHA for 562a94f
CHANGELOG.md
@@ -1,6 +1,22 @@
1
# CHANGELOG
2
3
4
+## v10.28.0 (2026-03-25)
5
+
6
+### Feature
7
8
+- Minor: gen the doc & lib with the AI app enabled (#982)
9
+ ([`b23ca4c`](https://github.com/bimdata/python-api-client/commit/b23ca4c90d6d40013454d176402e54bc77763472))
10
11
+* MINOR: gen the lib with the AI app enabled
12
13
+* Fix ProjectAiViewSet argument usage.
14
15
+* Move ai features into private urls.
16
17
+* Fix url for document content
18
19
20
## v10.27.0 (2026-03-24)
21
22
### Feature
setup.py
@@ -20,7 +20,7 @@
long_description = f.read()
NAME = "bimdata-api-client"
23
-VERSION = "10.27.0"
+VERSION = "10.28.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments