We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a4208 commit 42024b8Copy full SHA for 42024b8
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.1.1 (2022-04-20)
6
+### Fix
7
+* Fix createDocument response missing ([`a7a4208`](https://github.com/bimdata/python-api-client/commit/a7a4208fa4163eb55e82628a570e743e217b85c3))
8
+
9
## v9.1.0 (2022-04-15)
10
### Feature
11
* Create document tag views (#513)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.1.0"
+VERSION = "9.1.1"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments