We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d6996 commit 1e5d513Copy full SHA for 1e5d513
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# CHANGELOG
2
3
4
+## v10.16.0 (2025-05-21)
5
+
6
+### Feature
7
8
+- Minor: add BCF topic/pins route (#855)
9
+ ([`64d6996`](https://github.com/bimdata/python-api-client/commit/64d6996251854fac39d648eb333e0de334fae378))
10
11
+* MINOR: add BCF topic/pins route
12
13
+* add topic guid filter test
14
15
16
## v10.15.0 (2025-05-16)
17
18
### Feature
setup.py
@@ -20,7 +20,7 @@
20
long_description = f.read()
21
22
NAME = "bimdata-api-client"
23
-VERSION = "10.15.0"
+VERSION = "10.16.0"
24
# To install the library, run the following
25
#
26
# python setup.py install
0 commit comments