meteocatpy 1.0.2 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/meteocatpy/version.py +1 -1
- package/package.json +1 -1
- package/poetry.lock +2311 -1639
- package/pyproject.toml +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## [1.0.5](https://github.com/figorr/meteocatpy/compare/v1.0.4...v1.0.5) (2026-01-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 0.0.0 ([73e15b8](https://github.com/figorr/meteocatpy/commit/73e15b84a2e9576d0afefa174a7999901d0b6413))
|
|
7
|
+
* update dependencies for HA 2026.1 compatibility ([74523fe](https://github.com/figorr/meteocatpy/commit/74523fee7dc6a8244ec1ef61fda32e04e5c09bd8))
|
|
8
|
+
* update voluptuous for HA 2026.1 compatibility ([57d4003](https://github.com/figorr/meteocatpy/commit/57d400318652ce6fa6dd37a7e6c8abad4c8b834d))
|
|
9
|
+
* v1.0.5 ([9a57b77](https://github.com/figorr/meteocatpy/commit/9a57b778ff160dfda9cf064e49d41ac6d5744f52))
|
|
10
|
+
|
|
11
|
+
## [1.0.4](https://github.com/figorr/meteocatpy/compare/v1.0.3...v1.0.4) (2026-01-09)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* bump voluptuous to 0.16 for HA 2026.1 compatibility
|
|
17
|
+
|
|
18
|
+
## [1.0.3](https://github.com/figorr/meteocatpy/compare/v1.0.2...v1.0.3) (2026-01-10)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* Same as v1.0.2
|
|
24
|
+
|
|
1
25
|
## [1.0.2](https://github.com/figorr/meteocatpy/compare/v1.0.1...v1.0.2) (2025-11-06)
|
|
2
26
|
|
|
3
27
|
|
package/meteocatpy/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# version.py
|
|
2
|
-
__version__ = "1.0.
|
|
2
|
+
__version__ = "1.0.5"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meteocatpy",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "[](https://opensource.org/licenses/Apache-2.0)\r [](https://pypi.org/project/meteocatpy)\r [](https://gitlab.com/figorr/meteocatpy/commits/master)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"directories": {
|