meteocat 2.0.3 → 2.1.0

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,11 +1,21 @@
1
+ # [2.1.0](https://github.com/figorr/meteocat/compare/v2.0.3...v2.1.0) (2025-01-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 2.1.0 ([759c293](https://github.com/figorr/meteocat/commit/759c2932fea8e4f174a753eca5b4c09f9d2549b6))
7
+
8
+
9
+ ### Features
10
+
11
+ * fix version ([596ee59](https://github.com/figorr/meteocat/commit/596ee59a835ee913238f66d40869ce27a53da4e9))
12
+
1
13
  ## [2.0.3](https://github.com/figorr/meteocat/compare/v2.0.2...v2.0.3) (2025-01-27)
2
14
 
15
+ * 2.0.3
3
16
 
4
17
  ### Bug Fixes
5
18
 
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
19
 
10
20
  ## [2.0.2](https://github.com/figorr/meteocat/compare/v2.0.1...v2.0.2) (2025-01-27)
11
21
 
@@ -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.3"
32
+ __version__ = "2.1.0"
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.3"
12
+ "version": "2.1.0"
13
13
  }
@@ -1,2 +1,2 @@
1
1
  # version.py
2
- __version__ = "2.0.3"
2
+ __version__ = "2.1.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meteocat",
3
- "version": "2.0.3",
3
+ "version": "2.1.0",
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.3"
3
+ version = "2.1.0"
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"