Skip to content

Commit 91e736c

Browse files
author
semantic-release
committed
10.24.1
Automatically generated by python-semantic-release
1 parent ef70175 commit 91e736c

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.24.1 (2025-12-02)
5+
6+
### Fix
7+
8+
- Patch: Retro-compatibility: use FosUser id in UC serializer, like FosUser. (#935)
9+
([`ef70175`](https://github.com/bimdata/python-api-client/commit/ef70175734c9d645b9c728111416bc23a743b054))
10+
11+
* Retro-compatibility: use FosUser id in UC serializer, like FosUser.
12+
13+
* Fix migration
14+
15+
416
## v10.24.0 (2025-12-02)
517

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

0 commit comments

Comments
 (0)