meteocatpy 1.0.2 → 1.0.4

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 CHANGED
@@ -1,3 +1,24 @@
1
+ ## [1.0.4](https://github.com/figorr/meteocatpy/compare/v1.0.3...v1.0.4) (2026-01-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 0.0.0 ([abdc578](https://github.com/figorr/meteocatpy/commit/abdc578e9bdede2a8063971a5627ee847998d7dd))
7
+ * 1.0.3 ([1654af1](https://github.com/figorr/meteocatpy/commit/1654af1768a5ac2d133a3b1e5d9bc1d245e11b0b))
8
+ * 1.0.4 ([bc4897e](https://github.com/figorr/meteocatpy/commit/bc4897e4c199a935b29f97bf522d3093c1fad6ab))
9
+ * bump voluptuous to 0.16 for HA 2026.1 compatibility ([a5485e8](https://github.com/figorr/meteocatpy/commit/a5485e8667dcb302080ddea2f226be8c095f6417))
10
+ * bump voluptuous to 0.16 for HA 2026.1 compatibility ([1002eec](https://github.com/figorr/meteocatpy/commit/1002eecac25afd661cb8f20ce442016ba3943f08))
11
+ * Bump voluptuous to 0.16 for HA 2026.1 compatibility ([c0098a6](https://github.com/figorr/meteocatpy/commit/c0098a6822640e6bd1773836c395eef63c1b33aa))
12
+ * fix version ([6867a78](https://github.com/figorr/meteocatpy/commit/6867a7818a975da4a92cd8050965577bfa313e73))
13
+ * version ([3dbb99f](https://github.com/figorr/meteocatpy/commit/3dbb99f7ebf72af7d5c212170b3d14de22f11cf7))
14
+
15
+ ## [1.0.3](https://github.com/figorr/meteocatpy/compare/v1.0.2...v1.0.3) (2026-01-10)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * Same as v1.0.2
21
+
1
22
  ## [1.0.2](https://github.com/figorr/meteocatpy/compare/v1.0.1...v1.0.2) (2025-11-06)
2
23
 
3
24
 
@@ -1,2 +1,2 @@
1
1
  # version.py
2
- __version__ = "1.0.2"
2
+ __version__ = "1.0.4"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meteocatpy",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\r [![Python version compatibility](https://img.shields.io/pypi/pyversions/meteocatpy)](https://pypi.org/project/meteocatpy)\r [![pipeline status](https://gitlab.com/figorr/meteocatpy/badges/master/pipeline.svg)](https://gitlab.com/figorr/meteocatpy/commits/master)",
5
5
  "main": "index.js",
6
6
  "directories": {