Skip to content

Commit 39caf52

Browse files
author
semantic-release
committed
10.15.0
Automatically generated by python-semantic-release
1 parent 41b4129 commit 39caf52

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.15.0 (2025-05-16)
5+
6+
### Feature
7+
8+
- Minor: Feature: Model Transform (#786)
9+
([`41b4129`](https://github.com/bimdata/python-api-client/commit/41b412930f623db90a09214c6e221756ebb9504a))
10+
11+
* MINOR: feat(model): add models transform
12+
13+
* fix: set transform read_only=True
14+
15+
* fix(transform): use 'prefetch_related' instead of 'select_related' for transform in model qs
16+
17+
* fix(transform): use select_related and fix model_list tests
18+
19+
420
## v10.14.5 (2025-05-12)
521

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

0 commit comments

Comments
 (0)