Skip to content

Commit 3ab4d4f

Browse files
author
semantic-release
committed
10.3.0
Automatically generated by python-semantic-release
1 parent d145d94 commit 3ab4d4f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33

44

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+
520
## v10.2.2 (2024-07-30)
621

722
### Fix

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description = f.read()
2121

2222
NAME = "bimdata-api-client"
23-
VERSION = "10.2.2"
23+
VERSION = "10.3.0"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)