From 78c72a6273217223c3d1077c2dd06f76945fda72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Mon, 23 Sep 2024 08:30:13 +0000 Subject: [PATCH] Release 1.1.1 --- NEWS | 9 +++++++++ pyproject.toml | 2 +- releases/1.1.1.md | 8 ++++++++ .../processed/python-minimum-version-updated.yml | 8 -------- sirmordred/_version.py | 4 ++-- 5 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 releases/1.1.1.md delete mode 100644 releases/unreleased/processed/python-minimum-version-updated.yml diff --git a/NEWS b/NEWS index 8ed0fa8e..738bd31b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ # Releases +## sirmordred 1.1.1 - (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. + + ## sirmordred 1.1.0 - (2024-08-30) **Performance improvements:** diff --git a/pyproject.toml b/pyproject.toml index 79c5c6d8..5c0a2b90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sirmordred" -version = "1.1.1-rc.1" +version = "1.1.1" description = "Drive GrimoireLab tools to produce a dashboard" authors = [ "GrimoireLab Developers" diff --git a/releases/1.1.1.md b/releases/1.1.1.md new file mode 100644 index 00000000..5f66283b --- /dev/null +++ b/releases/1.1.1.md @@ -0,0 +1,8 @@ +## sirmordred 1.1.1 - (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 0e77d6ed..00000000 --- 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. diff --git a/sirmordred/_version.py b/sirmordred/_version.py index ca67a9e1..c1a573a7 100644 --- a/sirmordred/_version.py +++ b/sirmordred/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2024-09-20 18:33:29.533394 -__version__ = "1.1.1-rc.1" +# File auto-generated by semverup on 2024-09-23 08:30:12.401712 +__version__ = "1.1.1"