Skip to content

Commit

Permalink
v14.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 30, 2024
1 parent 1efdeaf commit d467112
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
- commits:
- subject: Fix application.get_all doc typo
hash: cb1220988ff362d6194fc6014f766a2d89153268
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
- subject: Mark application.get_by_owner as deprecated
hash: 32c95ec1e30081c5ad77b6462f31afd1860c8236
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
- subject: Add application.get_all_by_organization function
hash: 6e6eacc463be6782ea33237fee12afa02d1e168e
body: ""
footer:
Change-type: minor
change-type: minor
author: Otavio Jacobi
version: 14.5.0
title: ""
date: 2024-08-30T13:17:06.518Z
- commits:
- subject: Fix docs for using `tags` rather than `tag`
hash: ef06b212e4a5489fce3564ef29d9d45e6c127d01
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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/).

## v14.5.0 - 2024-08-30

* Fix application.get_all doc typo [Otavio Jacobi]
* Mark application.get_by_owner as deprecated [Otavio Jacobi]
* Add application.get_all_by_organization function [Otavio Jacobi]

## v14.4.6 - 2024-07-26

* Fix docs for using `tags` rather than `tag` [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__ = "14.4.6"
__version__ = "14.5.0"


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 = "14.4.6"
version = "14.5.0"
description = ""
authors = ["Balena <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit d467112

Please sign in to comment.