Skip to content

Commit b79cb7c

Browse files
semantic-releaseBimdata-io
authored andcommitted
9.10.7
Automatically generated by python-semantic-release
1 parent 5eca95a commit b79cb7c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

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

5+
## v9.10.7 (2023-04-20)
6+
### Fix
7+
* Feat/permission explicit propagate (#636)
8+
9+
* add delete permission route, remove signals implicit propagation
10+
11+
* explicit propagation for permissions
12+
13+
* remove useless tests
14+
15+
* fix nested group folder serializer
16+
17+
* include delete groupFolder in update route ([`5eca95a`](https://github.com/bimdata/python-api-client/commit/5eca95ae72a16146fd80159b081749529464f728))
18+
519
## v9.10.6 (2023-04-18)
620
### Fix
721
* Fix ordering pdf pages ([#638](https://github.com/bimdata/python-api-client/issues/638)) ([`1f9ffe8`](https://github.com/bimdata/python-api-client/commit/1f9ffe8da45895f1262475ea73d3ddee52a75eaa))

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

0 commit comments

Comments
 (0)