We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28d8c1 commit 5156532Copy full SHA for 5156532
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.10.0 (2023-01-16)
6
+### Feature
7
+* Add marketplace app links ([#609](https://github.com/bimdata/python-api-client/issues/609)) ([`c28d8c1`](https://github.com/bimdata/python-api-client/commit/c28d8c161d7341866d8bf3ed6afba861bba0c0e2))
8
+
9
## v9.9.0 (2023-01-05)
10
### Feature
11
* Remove folder groups and history fields form DMS-Tree(#599)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.9.0"
+VERSION = "9.10.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments