Skip to content

Commit df65d3d

Browse files
semantic-releaseBimdata-io
authored andcommitted
5.15.0
Automatically generated by python-semantic-release
1 parent 5769df5 commit df65d3d

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

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

5+
## v5.15.0 (2021-11-24)
6+
### Feature
7+
* Remove deprecated and put (#450)
8+
9+
* remove deprecated route and PUT route without BCF routes
10+
11+
* fix some tests
12+
13+
* fix last tests and restore project tree route
14+
15+
* restore BCF tests change
16+
17+
* rename fullUpdate operation ([`5769df5`](https://github.com/bimdata/python-api-client/commit/5769df5195f22e65696b4c46ed1a8ee925634526))
18+
* Add leave project route (#449)
19+
20+
* Add leave project route
21+
22+
* fix roles ([`4d52c51`](https://github.com/bimdata/python-api-client/commit/4d52c51628bf3e977074dfec3d8af51615a13c2d))
23+
24+
### Fix
25+
* Fix semantic release ([`aca3560`](https://github.com/bimdata/python-api-client/commit/aca3560c5d69a91d32be6992c0d8aea1153110b4))
26+
* Fix serializer user project (#448)
27+
28+
Breaking Change:
29+
- key to for GroupUser create view
30+
- Route pk for userProject views is now UserProject pk and not FosUser pk
31+
32+
Some other change:
33+
- fix serializer of userProject for swagger and libs
34+
- add missing invitation user project from project and group
35+
- fix some test ([`8b5446a`](https://github.com/bimdata/python-api-client/commit/8b5446a58252f767665f6cd3fff59af93baddfbd))
36+
* Add invitation key in UserProject ([`30a8fb5`](https://github.com/bimdata/python-api-client/commit/30a8fb5ad88a6aed47de4bcb69a34cd37702e5ff))
37+
* Get cloud size operation id in openapi ([`d508862`](https://github.com/bimdata/python-api-client/commit/d5088627492eec9d1ea02a8915cfb1d7ed4ce09c))
38+
* Fix list/create methods openAPI ([`7519d93`](https://github.com/bimdata/python-api-client/commit/7519d931205caffc57f964e92e0547714d916304))
39+
540
## v5.14.0 (2021-09-13)
641
### Feature
742
* Serialize user-permissions on documents ([`8597421`](https://github.com/bimdata/python-api-client/commit/859742176f6e0827c170dd8d30c95c254d502fcc))

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 = "5.14.0"
23+
VERSION = "5.15.0"
2424
# To install the library, run the following
2525
#
2626
# python setup.py install

0 commit comments

Comments
 (0)