File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ - commits :
2+ - subject : Add request batching for device and application operations
3+ hash : eb0760245ede5941f63cc612c53e2042f2666f90
4+ body : " "
5+ footer :
6+ Change-type : minor
7+ change-type : minor
8+ author : Andrea Rosci
9+ version : 17.3.0
10+ title : " "
11+ date : 2026-07-02T11:18:00.890Z
112- commits :
213 - subject : Add team-membership model
314 hash : 65744d6040b5ab36a0acdeaf1bb919247f06d4f2
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## v17.3.0 - 2026-07-02
8+
9+ * Add request batching for device and application operations [ Andrea Rosci]
10+
711## v17.2.0 - 2026-06-22
812
913* Add team-membership model [ Andrea Rosci]
Original file line number Diff line number Diff line change 8585from .pine import PineClient
8686from .settings import SettingsConfig , Settings
8787
88- __version__ = "17.2 .0"
88+ __version__ = "17.3 .0"
8989
9090
9191class Balena :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " balena-sdk"
3- version = " 17.2 .0"
3+ version = " 17.3 .0"
44description = " "
55authors = [" Balena <info@balena.io>" ]
66license = " Apache License 2.0"
You can’t perform that action at this time.
0 commit comments