Skip to content

Commit 2238267

Browse files
semantic-releaseBimdata-io
authored andcommitted
9.6.0
Automatically generated by python-semantic-release
1 parent 2f7d1d4 commit 2238267

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<!--next-version-placeholder-->
44

5+
## v9.6.0 (2022-10-06)
6+
### Feature
7+
* User invitation routes (#569)
8+
9+
* make invitation api updatable
10+
11+
* add user:write scope
12+
13+
* use many to many scopes in views and tests
14+
15+
* set scopes in MarketplaceAppAuthorization view ([`2f7d1d4`](https://github.com/bimdata/python-api-client/commit/2f7d1d45f528616b5b5921d06fec8cd36be2ca83))
16+
517
## v9.5.0 (2022-09-14)
618
### Feature
719
* Point cloud ([`5f4bd06`](https://github.com/bimdata/python-api-client/commit/5f4bd06b2a5603b59130f8fc4037a9960c7287ac))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description = f.read()
2121

2222
NAME = "bimdata-api-client"
23-
VERSION = "9.5.0"
23+
VERSION = "9.6.0"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)