We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d145d94 commit 3ab4d4fCopy full SHA for 3ab4d4f
CHANGELOG.md
@@ -2,6 +2,21 @@
2
3
4
5
+## v10.3.0 (2024-09-04)
6
+
7
+### Feature
8
9
+* MINOR: serialize basic document data in /me/visa responses (#769)
10
11
+* MINOR: serialize basic document data in /me/visa responses
12
13
+* fix minor mistakes
14
15
+* fix parent_id in doc
16
17
+* fix prefetch ([`d145d94`](https://github.com/bimdata/python-api-client/commit/d145d9441ac934aaccb5163bfbf0a63f6218f7f9))
18
19
20
## v10.2.2 (2024-07-30)
21
22
### Fix
setup.py
@@ -20,7 +20,7 @@
long_description = f.read()
NAME = "bimdata-api-client"
23
-VERSION = "10.2.2"
+VERSION = "10.3.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments