We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3768c commit 0c8c8f4Copy full SHA for 0c8c8f4
2 files changed
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.22.0 (2023-10-27)
6
+### Feature
7
+* Add viewpoint models field (#702)
8
+
9
+* add viewpoint models field
10
11
+* fix typos ([`6f3768c`](https://github.com/bimdata/python-api-client/commit/6f3768c3c8512cb0c4ebd5836220a6e59f1adb65))
12
13
## v9.21.1 (2023-10-19)
14
### Fix
15
* Add geometry to ZoneSpace ([`4832e71`](https://github.com/bimdata/python-api-client/commit/4832e7169cae8ec549053fb17a58a6866c69ca98))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.21.1"
+VERSION = "9.22.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments