Skip to content

Commit 831fdfe

Browse files
authored
Merge pull request #53 from ThomasBouche/release/0_2_2
release 0.2.2
2 parents 45ab1f6 + 9f7167b commit 831fdfe

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.2.3] - November, 2025
7+
## [0.2.2] - November, 2025
88

99
### Features
1010

11-
* Support for Météo-France ensemble model `PE-ARPEGE` (#38)
12-
13-
## [0.2.2] - August, 2025
14-
15-
### Features
16-
17-
* Support for Météo-France ensemble model `PE-AROME` (#38)
11+
* Support for Météo-France ensemble model `PE-ARPEGE` and `PE-AROME` (#38)
1812

1913
## [0.2.1] - August, 2025
2014

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "meteole"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
requires-python = ">3.8.0"
99
description = "A Python client library for forecast model APIs (e.g., Météo-France)."
1010
readme = "README.md"

0 commit comments

Comments
 (0)