From a6d43e393cd902f4c24d860366097b596852df26 Mon Sep 17 00:00:00 2001 From: Joel Oskarsson Date: Wed, 20 Nov 2024 14:03:11 +0100 Subject: [PATCH] Release version 0.2.0 (#36) * Update changelog and version number for version 0.2.0 * Move #26 to fixed in changelog --- CHANGELOG.md | 13 ++++++++----- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aefa9c3..e7ca907 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 @@ -27,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 @@ -53,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 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"},