Skip to content

Commit 95a8b35

Browse files
author
semantic-release
committed
10.17.0
Automatically generated by python-semantic-release
1 parent 87bfe2f commit 95a8b35

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# CHANGELOG
22

33

4+
## v10.17.0 (2025-07-04)
5+
6+
### Feature
7+
8+
- Minor: labeling API on JPEG, PNG & PDF model (#870)
9+
([`87bfe2f`](https://github.com/bimdata/python-api-client/commit/87bfe2fde61c964f29cea7b66bf4df74c71a6c3f))
10+
11+
* Add basic labels.
12+
13+
* WIP: label route for worker.
14+
15+
* Add label retrieving at the org level.
16+
17+
* Rename BCF Label view to avoid swagger warning about conflict
18+
19+
* Add test for malicious requests on label routes.
20+
21+
* Rename Model Label view & serialiser.
22+
23+
* Rework color formating for label.
24+
25+
* Compile the color regex.
26+
27+
* Fix typo in help text describing color format.
28+
29+
430
## v10.16.2 (2025-06-12)
531

632
### Fix

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

0 commit comments

Comments
 (0)