Skip to content

Commit d77acee

Browse files
author
semantic-release
committed
10.19.4
Automatically generated by python-semantic-release
1 parent 907d342 commit d77acee

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

33

4+
## v10.19.4 (2025-08-19)
5+
6+
### Fix
7+
8+
- Patch: better element filter (#889)
9+
([`907d342`](https://github.com/bimdata/python-api-client/commit/907d3422bfd2e1a438dcb34e3ed839a0215b8191))
10+
11+
* better element filter
12+
13+
* remove prints
14+
15+
* limit max depth to 4
16+
17+
418
## v10.19.3 (2025-08-13)
519

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

0 commit comments

Comments
 (0)