From 785f477d661a998a98427e563d43eb7c47308303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Mon, 23 Sep 2024 07:57:23 +0000 Subject: [PATCH] Release 1.0.6 --- NEWS | 9 +++++++++ kidash/_version.py | 4 ++-- pyproject.toml | 2 +- releases/1.0.6.md | 8 ++++++++ .../processed/python-minimum-version-updated.yml | 8 -------- 5 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 releases/1.0.6.md delete mode 100644 releases/unreleased/processed/python-minimum-version-updated.yml diff --git a/NEWS b/NEWS index f52910b..7f08710 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ # Releases +## kidash 1.0.6 - (2024-09-23) + +**Dependencies updateds:** + + * Python minimum version updated\ + Python 3.8 will reach its end of life in October 2024. Python 3.9 is + the minimum version required by the project. + + ## kidash 1.0.5 - (2024-08-30) * Update Poetry's package dependencies diff --git a/kidash/_version.py b/kidash/_version.py index e740063..28b3015 100644 --- a/kidash/_version.py +++ b/kidash/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2024-09-20 15:23:22.402279 -__version__ = "1.0.6-rc.1" +# File auto-generated by semverup on 2024-09-23 07:57:22.634260 +__version__ = "1.0.6" diff --git a/pyproject.toml b/pyproject.toml index fc5a742..dd81cb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kidash" -version = "1.0.6-rc.1" +version = "1.0.6" description = "GrimoireLab script to manage Kibana dashboards from the command line" authors = [ "GrimoireLab Developers" diff --git a/releases/1.0.6.md b/releases/1.0.6.md new file mode 100644 index 0000000..78ecd7f --- /dev/null +++ b/releases/1.0.6.md @@ -0,0 +1,8 @@ +## kidash 1.0.6 - (2024-09-23) + +**Dependencies updateds:** + + * Python minimum version updated\ + Python 3.8 will reach its end of life in October 2024. Python 3.9 is + the minimum version required by the project. + diff --git a/releases/unreleased/processed/python-minimum-version-updated.yml b/releases/unreleased/processed/python-minimum-version-updated.yml deleted file mode 100644 index 0e77d6e..0000000 --- a/releases/unreleased/processed/python-minimum-version-updated.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Python minimum version updated -category: dependency -author: Jose Javier Merchante -issue: null -notes: > - Python 3.8 will reach its end of life in October 2024. - Python 3.9 is the minimum version required by the project.