diff --git a/docs/changelog.md b/docs/changelog.md index f79788c..16e7d8f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,10 +2,17 @@ :material-history:{ style="text-align: center; font-size: xx-large; display: block" } +## 0.10.6 +Oct 25, 2024 + +- fix CI + + ## 0.10.5 Oct 25, 2024 - change `aer_ifs.json` structure +- move config logic to workflow part ## 0.10.4 Oct 19, 2024 diff --git a/pyproject.toml b/pyproject.toml index e9313fc..e0d280f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aprofiles" -version = "0.10.5" +version = "0.10.6" description = "Analysis of atmospheric profilers measurements" authors = ["augustinm "] license = "GPL-3.0"