Skip to content

Commit 7e64f52

Browse files
v15.0.4
1 parent 7b7fd5b commit 7e64f52

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

.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: Avoid displaying 4xx errors that might be handled internally
3+
hash: 3bf42720736d8c3035416fb089c9cb3a02b08a4c
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Otavio Jacobi
9+
version: 15.0.4
10+
title: ""
11+
date: 2024-12-12T23:09:28.032Z
112
- commits:
213
- subject: Stop caching api_version and pine_endpoint on balena.cfg
314
hash: 38d63c6a4a7f045fad8d880455216c5a852e2478

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+
## v15.0.4 - 2024-12-12
8+
9+
* Avoid displaying 4xx errors that might be handled internally [Otavio Jacobi]
10+
711
## v15.0.3 - 2024-12-12
812

913
* Stop caching api_version and pine_endpoint on balena.cfg [Otavio Jacobi]

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__ = "15.0.3"
88+
__version__ = "15.0.4"
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 = "15.0.3"
3+
version = "15.0.4"
44
description = ""
55
authors = ["Balena <[email protected]>"]
66
license = "Apache License 2.0"

0 commit comments

Comments
 (0)