Skip to content

Commit 08a0ef7

Browse files
author
semantic-release
committed
10.22.1
Automatically generated by python-semantic-release
1 parent 146eb85 commit 08a0ef7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

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+
420
## v10.22.0 (2025-09-08)
521

622
### Feature

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

0 commit comments

Comments
 (0)