Skip to content

Commit 6488ef4

Browse files
author
semantic-release
committed
10.23.4
Automatically generated by python-semantic-release
1 parent 2d3e8ef commit 6488ef4

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

33

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+
424
## v10.23.3 (2025-11-06)
525

626
### Fix

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.23.3"
23+
VERSION = "10.23.4"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)