We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b3da8 commit d82c314Copy full SHA for d82c314
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.6.4 (2022-10-10)
6
+### Fix
7
+* Fix #536 body in linkDocumentsOfElement ([`01b3da8`](https://github.com/bimdata/python-api-client/commit/01b3da8507448e88b30946aaf5911475aabffad9))
8
+
9
## v9.6.3 (2022-10-07)
10
### Fix
11
* Created_at and responded_at in Invitation model (#570)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.6.3"
+VERSION = "9.6.4"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments