From 0cf4a84cf99e0c8246489ab5149ab5c1e1eb4bc8 Mon Sep 17 00:00:00 2001 From: augustinm Date: Tue, 24 Sep 2024 11:56:31 +0200 Subject: [PATCH] 0.8.1 --- docs/changelog.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 3c38ddd..a26cd15 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,13 @@ :material-history: +## 0.8.1 +Sep 24, 2024 + +- Fix progress bar visibility in CLI climatology +- Only read relevant variables in CLI maps and calendar +- Fix some links in documentation + ## 0.8.0 Sep 23, 2024 diff --git a/pyproject.toml b/pyproject.toml index d1b1f67..4d9ba8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aprofiles" -version = "0.8.0" +version = "0.8.1" description = "Analysis of atmospheric profilers measurements" authors = ["augustinm "] license = "GPL-3.0"