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 bc5cd99 commit dffe93dCopy full SHA for dffe93d
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# CHANGELOG
2
3
4
+## v10.22.4 (2025-10-28)
5
+
6
+### Fix
7
8
+- Patch: Multiples fixes in ModelOnModel positioning (#914)
9
+ ([`bc5cd99`](https://github.com/bimdata/python-api-client/commit/bc5cd9914153e5c232ce19af7a100ae60e6d01a8))
10
11
+* Fixes & typo
12
13
+* some code deduplication
14
15
16
## v10.22.3 (2025-10-28)
17
18
### Fix
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "10.22.3"
+VERSION = "10.22.4"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments