Skip to content

Commit 2e73dfa

Browse files
chore(main): release 0.5.3 (#75)
* chore(main): release 0.5.3 * chore: update uv.lock for release --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dac62d7 commit 2e73dfa

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.3](https://github.com/deviantintegral/flameconnect/compare/v0.5.2...v0.5.3) (2026-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* rename display strings from "FlameConnect" to "Flame Connect" ([#72](https://github.com/deviantintegral/flameconnect/issues/72)) ([e2e06fb](https://github.com/deviantintegral/flameconnect/commit/e2e06fb10a6cfe76bba5962277b601e625a94378))
9+
310
## [0.5.2](https://github.com/deviantintegral/flameconnect/compare/v0.5.1...v0.5.2) (2026-03-06)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "flameconnect"
7-
version = "0.5.2"
7+
version = "0.5.3"
88
description = "Async Python library for controlling Dimplex, Faber, and Real Flame fireplaces via the Flame Connect cloud API"
99
readme = "README.md"
1010
license = "Apache-2.0"

src/flameconnect/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
__version__ = "0.5.2"
5+
__version__ = "0.5.3"
66

77
from flameconnect.auth import AbstractAuth, MsalAuth, TokenAuth
88
from flameconnect.client import FlameConnectClient

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)