Skip to content

Commit 0720880

Browse files
semantic-releaseBimdata-io
authored andcommitted
9.3.10
Automatically generated by python-semantic-release
1 parent f734b1b commit 0720880

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
<!--next-version-placeholder-->
44

5+
## v9.3.10 (2022-05-13)
6+
### Fix
7+
* Fix create dms tree doc, children was missing in serializer request (#531)
8+
9+
* fix create dms tree doc, children was missing in serializer request
10+
11+
* rename serializer ([`f734b1b`](https://github.com/bimdata/python-api-client/commit/f734b1b19270e293610b98951ebe44d098718001))
12+
513
## v9.3.9 (2022-05-12)
614
### Fix
715
* Add tag to document in dms-tree ([#533](https://github.com/bimdata/python-api-client/issues/533)) ([`4ffe2ea`](https://github.com/bimdata/python-api-client/commit/4ffe2ea7d309477ebf5305b4b80ae6d3f47ea3fd))

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 = "9.3.9"
23+
VERSION = "9.3.10"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)