Skip to content

Commit a50c412

Browse files
v17.3.0
1 parent e6b2f97 commit a50c412

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This 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]

balena/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
from .pine import PineClient
8686
from .settings import SettingsConfig, Settings
8787

88-
__version__ = "17.2.0"
88+
__version__ = "17.3.0"
8989

9090

9191
class Balena:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "balena-sdk"
3-
version = "17.2.0"
3+
version = "17.3.0"
44
description = ""
55
authors = ["Balena <info@balena.io>"]
66
license = "Apache License 2.0"

0 commit comments

Comments
 (0)