We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4df33f commit 78b051bCopy full SHA for 78b051b
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v5.18.3 (2022-01-11)
6
+### Fix
7
+* (visa) add validations_in_error to serializer ([`e4df33f`](https://github.com/bimdata/python-api-client/commit/e4df33ffcaf01b3f60f7e214a2a64809d2befcf3))
8
+
9
## v5.18.2 (2022-01-04)
10
### Fix
11
* Fix document elements list uuids ([`39de959`](https://github.com/bimdata/python-api-client/commit/39de959c2a58e9ab3b5949542efe76456cd8cad9))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "5.18.2"
+VERSION = "5.18.3"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments