We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef70175 commit 91e736cCopy full SHA for 91e736c
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# CHANGELOG
2
3
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
16
## v10.24.0 (2025-12-02)
17
18
### Feature
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "10.24.0"
+VERSION = "10.24.1"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments