Skip to content

Commit af5eb65

Browse files
authored
Prepare v0.6.1 release (#80)
* update changelog * update changelog * update changelog * updated authors in pyproject.toml
1 parent 2f02bac commit af5eb65

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [unreleased](https://github.com/mllam/mllam-data-prep/compare/v0.6.0...HEAD)
8+
## [v0.6.1](https://github.com/mllam/mllam-data-prep/release/tag/v0.6.1)
9+
10+
[All changes](https://github.com/mllam/mllam-data-prep/compare/v0.6.1...v0.6.0)
11+
12+
This release contains bugfixes to update tests to use newer version of pre-commit, use correct python version, and remove uses of incompatible typing notation.
913

1014
### Fixes
1115
- use old union typing notation compatible with all required python versions [\#77](https://github.com/mllam/mllam-data-prep/pull/77) @SimonKamuk

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mllam-data-prep"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "dataset preparation for data-driven weather models"
55
authors = [
66
{name = "Leif Denby", email = "lcd@dmi.dk"},
@@ -11,6 +11,7 @@ authors = [
1111
{name = "Kashif Rasul", email = "kashif.rasul@gmail.com"},
1212
{name = "Jordan Matelsky", email = "opensource@matelsky.com"},
1313
{name = "Martin Frølund", email = "maf@dmi.dk"},
14+
{name = "Simon Kamuk Christiansen", email = "skc@dmi.dk"},
1415
]
1516
dependencies = [
1617
"xarray>=2024.2.0",

0 commit comments

Comments
 (0)