Skip to content

Commit fcfd89f

Browse files
author
Stéphane Senart
committed
[#82] Upgrade PyGazpar library version to 1.3.1
1 parent 5f91fea commit fcfd89f

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.3.13] - 2025-07-22
8+
9+
### Changed
10+
11+
[#82](https://github.com/ssenart/home-assistant-gazpar/issues/82): Upgrade PyGazpar library version to 1.3.1.
12+
713
## [1.3.12] - 2025-02-15
814

915
### Changed

custom_components/gazpar/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"iot_class": "cloud_polling",
1010
"issue_tracker": "https://github.com/ssenart/home-assistant-gazpar/issues",
1111
"requirements": [
12-
"pygazpar>=1.3.0"
12+
"pygazpar>=1.3.1"
1313
],
1414
"version": "1.3.12"
1515
}

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ classifiers = [
1212
"Programming Language :: Python :: 3.13",
1313
]
1414
dependencies = [
15-
"pygazpar>=1.3.0",
15+
"pygazpar>=1.3.1",
1616
]
1717

1818
[tool.poetry]

0 commit comments

Comments
 (0)