Skip to content

Commit 921b4e9

Browse files
semantic-releaseBimdata-io
authored andcommitted
9.9.0
Automatically generated by python-semantic-release
1 parent 9edfcb5 commit 921b4e9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

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

5+
## v9.9.0 (2023-01-05)
6+
### Feature
7+
* Remove folder groups and history fields form DMS-Tree(#599)
8+
9+
* optimize some routes and remove group_permissions from dms-tree
10+
11+
* add more tests
12+
13+
* remove history from dms-tree
14+
15+
* typo
16+
17+
* fix documentation
18+
19+
* restore features prefetch
20+
21+
* remove useless prefetch
22+
23+
* fix prefetch
24+
25+
* remove useless prefetch ([`9edfcb5`](https://github.com/bimdata/python-api-client/commit/9edfcb5c93767b5d10776adeb3047a0013b1707e))
26+
527
## v9.8.1 (2022-12-20)
628
### Fix
729
* Feat/multipage pdf (#596)

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

0 commit comments

Comments
 (0)