Skip to content

Commit 562a94f

Browse files
author
semantic-release
committed
10.28.0
Automatically generated by python-semantic-release
1 parent b23ca4c commit 562a94f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# CHANGELOG
22

33

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+
420
## v10.27.0 (2026-03-24)
521

622
### Feature

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description = f.read()
2121

2222
NAME = "bimdata-api-client"
23-
VERSION = "10.27.0"
23+
VERSION = "10.28.0"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)