We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146eb85 commit 08a0ef7Copy full SHA for 08a0ef7
CHANGELOG.md
@@ -1,6 +1,22 @@
1
# CHANGELOG
2
3
4
+## v10.22.1 (2025-10-03)
5
+
6
+### Fix
7
8
+- Patch: Add BCF document references (#903)
9
+ ([`146eb85`](https://github.com/bimdata/python-api-client/commit/146eb859754b5399128282815e34061c78a1f3d1))
10
11
+* add tests, improve documentation
12
13
+* remove useless field, add some tests
14
15
+* remove document_url
16
17
+* add warning
18
19
20
## v10.22.0 (2025-09-08)
21
22
### Feature
setup.py
@@ -20,7 +20,7 @@
long_description = f.read()
NAME = "bimdata-api-client"
23
-VERSION = "10.22.0"
+VERSION = "10.22.1"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments