We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb2c05 commit 3a9fa8fCopy full SHA for 3a9fa8f
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.7.0 (2022-12-06)
6
+### Feature
7
+* Add project check access route(#561)
8
+
9
+* Add projcte check-access route
10
11
+* add route description
12
13
+* update tests with new invitation routes ([`bfb2c05`](https://github.com/bimdata/python-api-client/commit/bfb2c05b2e5ac3247f359ad45006f95b54b43037))
14
15
## v9.6.12 (2022-11-30)
16
### Fix
17
* Fix model export doc response ([`aa8fbfd`](https://github.com/bimdata/python-api-client/commit/aa8fbfd7a717ba3a5d1c2074effd81ea07b43d18))
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.6.12"
+VERSION = "9.7.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments