meteocat 2.0.1 → 2.0.3

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,10 +1,19 @@
1
- ## [2.0.1](https://github.com/figorr/meteocat/compare/v2.0.0...v2.0.1) (2025-01-26)
1
+ ## [2.0.3](https://github.com/figorr/meteocat/compare/v2.0.2...v2.0.3) (2025-01-27)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * fix translations method ([fbcbfd6](https://github.com/figorr/meteocat/commit/fbcbfd6feeff41f616a1eefdbbc1b2cb177349f1))
7
- * include mapping for translation key ([c28a18e](https://github.com/figorr/meteocat/commit/c28a18ec25933d9f720bc9da6c789f50736e7a7d))
6
+ * 2.0.2 ([efe8e9a](https://github.com/figorr/meteocat/commit/efe8e9aad133c7dff8fc7eabce7e5ab598b2e037))
7
+ * 2.0.3 ([12a5470](https://github.com/figorr/meteocat/commit/12a5470994dbe95176a75bc05a530b33868b8141))
8
+ * fix version 2.0.2 ([264c946](https://github.com/figorr/meteocat/commit/264c94659445d40601415eed22b7075f74d36823))
9
+
10
+ ## [2.0.2](https://github.com/figorr/meteocat/compare/v2.0.1...v2.0.2) (2025-01-27)
11
+
12
+ * 2.0.2
13
+
14
+ ### Bug Fixes
15
+
16
+ * 2.0.1 ([7e95865](https://github.com/figorr/meteocat/commit/7e958659305f7f3a3049a8bcee1c713f60ff56ca))
8
17
 
9
18
  ## [2.0.0](https://github.com/figorr/meteocat/compare/v1.1.1...v2.0.0) (2025-01-26)
10
19
 
@@ -29,7 +29,7 @@ from .const import DOMAIN, PLATFORMS
29
29
  _LOGGER = logging.getLogger(__name__)
30
30
 
31
31
  # Versión
32
- __version__ = "2.0.0"
32
+ __version__ = "2.0.3"
33
33
 
34
34
  # Definir el esquema de configuración CONFIG_SCHEMA
35
35
  CONFIG_SCHEMA = vol.Schema(
@@ -9,5 +9,5 @@
9
9
  "issue_tracker": "https://github.com/figorr/meteocat/issues",
10
10
  "loggers": ["meteocatpy"],
11
11
  "requirements": ["meteocatpy==0.0.20", "packaging>=20.3", "wrapt>=1.14.0"],
12
- "version": "2.0.0"
12
+ "version": "2.0.3"
13
13
  }
@@ -1,2 +1,2 @@
1
1
  # version.py
2
- __version__ = "2.0.0"
2
+ __version__ = "2.0.3"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meteocat",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
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/meteocat)](https://pypi.org/project/meteocat)\r [![pipeline status](https://gitlab.com/figorr/meteocat/badges/master/pipeline.svg)](https://gitlab.com/figorr/meteocat/commits/master)",
5
5
  "main": "index.js",
6
6
  "directories": {
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "meteocat"
3
- version = "2.0.0"
3
+ version = "2.0.3"
4
4
  description = "Script para obtener datos meteorológicos de la API de Meteocat"
5
5
  authors = ["figorr <jdcuartero@yahoo.es>"]
6
6
  license = "Apache-2.0"