We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa819b commit 3413682Copy full SHA for 3413682
2 files changed
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.3.6 (2022-05-05)
6
+### Fix
7
+* Delete all document version on delete (#525)
8
+
9
+* delete all document version on delete
10
11
+* versioning: add delete history route ([`9aa819b`](https://github.com/bimdata/python-api-client/commit/9aa819bd370259e21f61686a2903f34069bcaada))
12
13
## v9.3.5 (2022-05-04)
14
### Fix
15
* Add document_id to visa serializer ([`2ec598a`](https://github.com/bimdata/python-api-client/commit/2ec598a2b1bdc0ebdf270e7c74df463327a2db28))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.3.5"
+VERSION = "9.3.6"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments