Skip to content

Commit d47bf3b

Browse files
author
semantic-release
committed
10.34.1
Automatically generated by python-semantic-release
1 parent cac80c2 commit d47bf3b

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v10.34.1 (2026-06-24)
5+
6+
### Fix
7+
8+
- Patch: fix(equipment): fix equipment image url and serializer (#1035)
9+
([`cac80c2`](https://github.com/bimdata/python-api-client/commit/cac80c28e4177ae8a1acb4c2abe0911e1985f863))
10+
11+
* PATCH: fix(equipment): fix equipment image url and serializer
12+
13+
* PATCH: fix(equipment): use LightFosUserSerializer for equipment creator
14+
15+
* fix(equipment): add tests for num queries
16+
17+
* fix(equipment): prefetch equipment images
18+
19+
* fix(equipment): select related creator in queryset
20+
21+
422
## v10.34.0 (2026-06-17)
523

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

0 commit comments

Comments
 (0)