Skip to content

Commit d2ad418

Browse files
author
semantic-release
committed
10.19.3
Automatically generated by python-semantic-release
1 parent 02e59c8 commit d2ad418

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

33

4+
## v10.19.3 (2025-08-13)
5+
6+
### Fix
7+
8+
- Patch: add property filters (#883)
9+
([`02e59c8`](https://github.com/bimdata/python-api-client/commit/02e59c85807b4b5d4bfb2e74e555917c19f0796e))
10+
11+
* add property filters
12+
13+
* remove test of atrtibutes
14+
15+
416
## v10.19.2 (2025-08-11)
517

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

0 commit comments

Comments
 (0)