We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f86a5 commit d5f75beCopy full SHA for d5f75be
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!--next-version-placeholder-->
4
5
+## v9.19.0 (2023-09-07)
6
+### Feature
7
+* Add SSO create user route(#674)
8
+
9
+* create-user route
10
11
+* email_impersonation in project access token ([`93f86a5`](https://github.com/bimdata/python-api-client/commit/93f86a5d04193e0c6361d9cfee461f4091d59416))
12
13
## v9.18.2 (2023-09-06)
14
### Fix
15
* Add document history count (#681)
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "9.18.2"
+VERSION = "9.19.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments