Skip to content

Commit 978cbee

Browse files
semantic-releaseBimdata-io
authored andcommitted
9.22.1
Automatically generated by python-semantic-release
1 parent 792e47f commit 978cbee

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

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

5+
## v9.22.1 (2023-11-27)
6+
### Fix
7+
* Forbid to non admin to create topic properties (#705)
8+
9+
* forbid to non admin to create topic properties
10+
11+
* remvoe prints
12+
13+
* users and guests can only edit their own BCFs
14+
15+
* remove PUT viewpoint route
16+
17+
* fix import
18+
19+
* code optimization
20+
21+
* remove dead code ([`792e47f`](https://github.com/bimdata/python-api-client/commit/792e47f4406fc1c1008f5fe6f44dae5b9bd88f6e))
22+
523
## v9.22.0 (2023-10-27)
624
### Feature
725
* Add viewpoint models field (#702)

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

0 commit comments

Comments
 (0)