Skip to content

Commit

Permalink
v15.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 12, 2024
1 parent 7b7fd5b commit 7e64f52
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
- commits:
- subject: Avoid displaying 4xx errors that might be handled internally
hash: 3bf42720736d8c3035416fb089c9cb3a02b08a4c
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
version: 15.0.4
title: ""
date: 2024-12-12T23:09:28.032Z
- commits:
- subject: Stop caching api_version and pine_endpoint on balena.cfg
hash: 38d63c6a4a7f045fad8d880455216c5a852e2478
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v15.0.4 - 2024-12-12

* Avoid displaying 4xx errors that might be handled internally [Otavio Jacobi]

## v15.0.3 - 2024-12-12

* Stop caching api_version and pine_endpoint on balena.cfg [Otavio Jacobi]
Expand Down
2 changes: 1 addition & 1 deletion balena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
from .pine import PineClient
from .settings import SettingsConfig, Settings

__version__ = "15.0.3"
__version__ = "15.0.4"


class Balena:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "balena-sdk"
version = "15.0.3"
version = "15.0.4"
description = ""
authors = ["Balena <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit 7e64f52

Please sign in to comment.