We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afbee7 commit f7ba1fdCopy full SHA for f7ba1fd
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.11.1 (2023-04-26)
6
+### Fix
7
+* Add office_preview to dms-tree serializer ([`4afbee7`](https://github.com/bimdata/python-api-client/commit/4afbee7f7205b8fd767aab0abf376b60b8e515cc))
8
+
9
## v9.11.0 (2023-04-25)
10
### Feature
11
* Add document-preview (#642)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.11.0"
+VERSION = "9.11.1"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments