Skip to content

Commit 2cddacf

Browse files
authored
chore(main): release 1.2.0
chore(main): release 1.2.0
2 parents a6ac2b3 + 2bfba5b commit 2cddacf

9 files changed

Lines changed: 15 additions & 8 deletions

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0](https://github.com/theokb7/python-omfiles/compare/v1.1.1...v1.2.0) (2026-03-06)
9+
10+
11+
### Features
12+
13+
* add GitHub release wheel uploads ([a6ac2b3](https://github.com/theokb7/python-omfiles/commit/a6ac2b361a5c8145901d06f6f053d95a701b9931))
14+
815
## [1.1.1](https://github.com/open-meteo/python-omfiles/compare/v1.1.0...v1.1.1) (2026-02-19)
916

1017

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "python-omfiles"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
edition = "2021"
55
description = "Python bindings for the rust omfiles library"
66
license = "GPL-2.0-only"

examples/readme_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# /// script
44
# requires-python = ">=3.12"
55
# dependencies = [
6-
# "omfiles[fsspec]>=1.1.1", # x-release-please-version
6+
# "omfiles[fsspec]>=1.2.0", # x-release-please-version
77
# ]
88
# ///
99

examples/regrid_ecmwf_ifs_hres_gaussian_O1280_to_0.1_degree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# /// script
44
# requires-python = ">=3.12"
55
# dependencies = [
6-
# "omfiles[fsspec]>=1.1.1", # x-release-please-version
6+
# "omfiles[fsspec]>=1.2.0", # x-release-please-version
77
# "matplotlib",
88
# "cartopy",
99
# "earthkit-regrid==0.5.0",

examples/regrid_subset_of_projected_domain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# /// script
44
# requires-python = ">=3.12"
55
# dependencies = [
6-
# "omfiles[fsspec, grids]>=1.1.1", # x-release-please-version
6+
# "omfiles[fsspec, grids]>=1.2.0", # x-release-please-version
77
# "matplotlib",
88
# "cartopy",
99
# "scipy",

examples/select_by_coordinates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# /// script
44
# requires-python = ">=3.12"
55
# dependencies = [
6-
# "omfiles[grids,fsspec]>=1.1.1", # x-release-please-version
6+
# "omfiles[grids,fsspec]>=1.2.0", # x-release-please-version
77
# "matplotlib",
88
# ]
99
# ///

examples/spatial_xarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# /// script
44
# requires-python = ">=3.12"
55
# dependencies = [
6-
# "omfiles[fsspec,grids,xarray]>=1.1.1", # x-release-please-version
6+
# "omfiles[fsspec,grids,xarray]>=1.2.0", # x-release-please-version
77
# "matplotlib",
88
# "cartopy",
99
# ]

0 commit comments

Comments
 (0)