We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1afe9e commit fec719bCopy full SHA for fec719b
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.3.3 (2022-05-03)
6
+### Fix
7
+* Reorder document history ([`c1afe9e`](https://github.com/bimdata/python-api-client/commit/c1afe9ea010a61da0ed2d0c0c7e43437e56bd311))
8
+
9
## v9.3.2 (2022-05-02)
10
### Fix
11
* Serialize document creator ([`cb1f35c`](https://github.com/bimdata/python-api-client/commit/cb1f35c2348a89acb7f8f0b3d47ff5d86e4eb80b))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.3.2"
+VERSION = "9.3.3"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments