From 0ea167999283766b850149dc64ab056d2b6c1dc5 Mon Sep 17 00:00:00 2001 From: joeloskarsson Date: Tue, 19 Nov 2024 13:57:37 +0100 Subject: [PATCH 1/2] Update changelog and version number for version 0.2.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aefa9c3..1781468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased](https://github.com/mllam/weather-model-graphs/compare/v0.1.0...HEAD) +## [unreleased](https://github.com/mllam/weather-model-graphs/compare/v0.2.0...HEAD) + + +## [v0.2.0](https://github.com/mllam/weather-model-graphs/releases/tag/v0.2.0) ### Added diff --git a/pyproject.toml b/pyproject.toml index f14bb15..4021f6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "weather-model-graphs" -version = "0.1.0" +version = "0.2.0" description = "Tools for creating and visualising data-driven weather model graphs" authors = [ {name = "Leif Denby", email = "lcd@dmi.dk"}, From 1638749c2c914f42ee4cbde69216a54d7c409b35 Mon Sep 17 00:00:00 2001 From: joeloskarsson Date: Wed, 20 Nov 2024 14:00:49 +0100 Subject: [PATCH 2/2] Move #26 to fixed in changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1781468..e7ca907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,10 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Fix wrong number of mesh levels when grid is multiple of refinement factor - [\#26](https://github.com/mllam/weather-model-graphs/pull/26) - @joeloskarsson - - Create different number of mesh nodes in x- and y-direction. [\#21](https://github.com/mllam/weather-model-graphs/pull/21) @joeloskarsson @@ -56,6 +52,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [\#35](https://github.com/mllam/weather-model-graphs/pull/35) @joeloskarsson +- Fix wrong number of mesh levels when grid is multiple of refinement factor + [\#26](https://github.com/mllam/weather-model-graphs/pull/26) + @joeloskarsson + ### Maintenance - Ensure that cell execution doesn't time out when building jupyterbook based