We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8948499 commit 11acdf2Copy full SHA for 11acdf2
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.2.0 (2022-04-21)
6
+### Feature
7
+* Add bcf pins (#515)
8
+
9
+* add bcf pins
10
11
+* add view tests ([`8948499`](https://github.com/bimdata/python-api-client/commit/8948499b4f427735081404a23b9c68fe2f1b12d4))
12
13
## v9.1.1 (2022-04-20)
14
### Fix
15
* Fix createDocument response missing ([`a7a4208`](https://github.com/bimdata/python-api-client/commit/a7a4208fa4163eb55e82628a570e743e217b85c3))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.1.1"
+VERSION = "9.2.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments