We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce53acf commit b132f6bCopy full SHA for b132f6b
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.4.3 (2022-06-22)
6
+### Fix
7
+* Fix get-dms-tree serializer ([`ce53acf`](https://github.com/bimdata/python-api-client/commit/ce53acff6a0c3977f1c71c2e73c25b054b60dde1))
8
+
9
## v9.4.2 (2022-06-22)
10
### Fix
11
* Fix create-dsm-tree serializer ([`9f58aae`](https://github.com/bimdata/python-api-client/commit/9f58aae36e98cd7aa7cf5f5538c0645af99f4c50))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.4.2"
+VERSION = "9.4.3"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments