We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc5445 commit 3075415Copy full SHA for 3075415
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.3.1 (2022-04-29)
6
+### Fix
7
+* Remove parent from document serialization ([#521](https://github.com/bimdata/python-api-client/issues/521)) ([`fbc5445`](https://github.com/bimdata/python-api-client/commit/fbc544512b74cc852b2b6f155cb2b62b79122289))
8
+
9
## v9.3.0 (2022-04-29)
10
### Feature
11
* Feat/versionning (#517)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.3.0"
+VERSION = "9.3.1"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments