Skip to content

Commit 6735a42

Browse files
author
semantic-release
committed
10.35.0
Automatically generated by python-semantic-release
1 parent d665ee0 commit 6735a42

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v10.35.0 (2026-06-24)
5+
6+
### Feature
7+
8+
- Minor: Naming template (#1039)
9+
([`d665ee0`](https://github.com/bimdata/python-api-client/commit/d665ee03f8666223ce98ecab88589904853490ec))
10+
11+
* temp diff for debug
12+
13+
* fix tests, move some method
14+
15+
* fix openAPI
16+
17+
* betters tests
18+
19+
* use 409 instead of 400 when uploading documents
20+
21+
* fix serialization of naming_constraint_conflit
22+
23+
* fix pyproject.toml
24+
25+
* use textwrap.dedent, merge migraitons
26+
27+
428
## v10.34.1 (2026-06-24)
529

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

0 commit comments

Comments
 (0)