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