We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213c4d7 commit fd858fbCopy full SHA for fd858fb
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.3.4 (2022-05-04)
6
+### Fix
7
+* Visa serialization in document (#522)
8
+
9
+* visa serialization in document
10
11
+* no prefetch tag ([`213c4d7`](https://github.com/bimdata/python-api-client/commit/213c4d7141e9c5c8fc00d80e21739d1dfa2f8bf8))
12
13
## v9.3.3 (2022-05-03)
14
### Fix
15
* Reorder document history ([`c1afe9e`](https://github.com/bimdata/python-api-client/commit/c1afe9ea010a61da0ed2d0c0c7e43437e56bd311))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.3.3"
+VERSION = "9.3.4"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments