From b220606083d7da8723612154995ed45701c5a792 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 09:41:24 +0000 Subject: [PATCH] v13.0.4 --- .versionbot/CHANGELOG.yml | 24 ++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ balena/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 31 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0e40043b..cae73e0e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,27 @@ +- commits: + - subject: Update documentation + hash: b02f829a0695cf6865942e58a7c0a7407fc3b163 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Pranas Ziaukas + signed-off-by: Pranas Ziaukas + author: Pranas Ziaukas + - subject: Replace `balena.models.supervisor` examples with `device` + hash: 8a96353d8e39de741d3f984764623898404723ea + body: > + The supervisor model has been integrated into the device class, yet some + code examples were mistakenly pointing to the wrong model + footer: + Change-type: patch + change-type: patch + Signed-off-by: Pranas Ziaukas + signed-off-by: Pranas Ziaukas + author: Pranas Ziaukas + version: 13.0.4 + title: "" + date: 2023-07-11T09:41:21.814Z - commits: - subject: Fix balena settings docs hash: 611052eb3476305dcf6041e37fee83b47c5df0bb diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b1f48f..d34349ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +## v13.0.4 - 2023-07-11 + +* Update documentation [Pranas Ziaukas] +* Replace `balena.models.supervisor` examples with `device` [Pranas Ziaukas] + ## v13.0.3 - 2023-07-05 * Fix balena settings docs [Otávio Jacobi] diff --git a/balena/__init__.py b/balena/__init__.py index acd38676..b84e2109 100644 --- a/balena/__init__.py +++ b/balena/__init__.py @@ -65,7 +65,7 @@ from .pine import PineClient from .settings import SettingsConfig, Settings -__version__ = "13.0.3" +__version__ = "13.0.4" class Balena: diff --git a/pyproject.toml b/pyproject.toml index 24ec57e4..68d248bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "balena-sdk" -version = "13.0.3" +version = "13.0.4" description = "" authors = ["Balena "] license = "Apache License 2.0"