We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9527e0d commit 8858f4eCopy full SHA for 8858f4e
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# CHANGELOG
2
3
4
+## v10.25.0 (2026-02-25)
5
+
6
+### Feature
7
8
+- Minor: feat: add bulk delete folders route (#962)
9
+ ([`9527e0d`](https://github.com/bimdata/python-api-client/commit/9527e0d304760cd227b4a9ec536cc80ef24cd17f))
10
11
+* MINOR: feat: add bulk delete folders route
12
13
+* fix: remove 'document.deletion' webhook tests on folder deletion
14
15
16
## v10.24.1 (2025-12-02)
17
18
### Fix
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "10.24.1"
+VERSION = "10.25.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments