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 2d3e8ef commit 6488ef4Copy full SHA for 6488ef4
CHANGELOG.md
@@ -1,6 +1,26 @@
1
# CHANGELOG
2
3
4
+## v10.23.4 (2025-11-21)
5
+
6
+### Fix
7
8
+- Patch: add BCF export with POST verb. (#927)
9
+ ([`2d3e8ef`](https://github.com/bimdata/python-api-client/commit/2d3e8ef0a947368ed26a2b22ed38a920bcb642c2))
10
11
+* PATCH: add BCF export with POST verb.
12
13
+* fix typo
14
15
+* Some debug print
16
17
+* Fix viewpoint order in bcf xlsx export
18
19
+* Remove debug.
20
21
+* fix comparator.
22
23
24
## v10.23.3 (2025-11-06)
25
26
### Fix
setup.py
@@ -20,7 +20,7 @@
long_description = f.read()
NAME = "bimdata-api-client"
-VERSION = "10.23.3"
+VERSION = "10.23.4"
# To install the library, run the following
#
# python setup.py install
0 commit comments