Skip to content

Commit

Permalink
v13.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 11, 2023
1 parent d4dc032 commit b220606
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
- commits:
- subject: Update documentation
hash: b02f829a0695cf6865942e58a7c0a7407fc3b163
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Pranas Ziaukas <[email protected]>
signed-off-by: Pranas Ziaukas <[email protected]>
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 <[email protected]>
signed-off-by: Pranas Ziaukas <[email protected]>
author: Pranas Ziaukas
version: 13.0.4
title: ""
date: 2023-07-11T09:41:21.814Z
- commits:
- subject: Fix balena settings docs
hash: 611052eb3476305dcf6041e37fee83b47c5df0bb
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion balena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
from .pine import PineClient
from .settings import SettingsConfig, Settings

__version__ = "13.0.3"
__version__ = "13.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 = "13.0.3"
version = "13.0.4"
description = ""
authors = ["Balena <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit b220606

Please sign in to comment.