From 30ee2cf5b4a6614f09f5e8633377992013f3cb13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Fri, 20 Oct 2023 14:51:19 +0000 Subject: [PATCH] Release 0.15.1 --- NEWS | 8 ++++++++ docker/Dockerfile | 2 +- grimoirelab/_version.py | 4 ++-- pyproject.toml | 2 +- releases/0.15.1.md | 16 ++++++++++++++++ requirements.txt | 2 +- 6 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 releases/0.15.1.md diff --git a/NEWS b/NEWS index 4b00c7f6..21ee8b73 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ # Releases +## GrimoireLab 0.15.1 - (2023-10-20) + +**New components:** + + +The following list describes the changes by component: + + ## GrimoireLab 0.15.0 - (2023-10-20) **New components:** diff --git a/docker/Dockerfile b/docker/Dockerfile index 66f6b013..d0547468 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ ENV DEPLOY_USER grimoire ENV DEPLOY_USER_DIR /home/${DEPLOY_USER} ENV CONF_DIR ${DEPLOY_USER_DIR}/conf ENV SCRIPTS_DIR ${DEPLOY_USER_DIR}/scripts -ENV GRIMOIRELAB_RELEASE "0.15.0" +ENV GRIMOIRELAB_RELEASE "0.15.1" # Initial user RUN useradd ${DEPLOY_USER} --create-home --shell /bin/bash diff --git a/grimoirelab/_version.py b/grimoirelab/_version.py index 63ff611c..7698314b 100644 --- a/grimoirelab/_version.py +++ b/grimoirelab/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2023-10-20 12:26:13.016201 -__version__ = "0.15.0" +# File auto-generated by semverup on 2023-10-20 14:49:54.515806 +__version__ = "0.15.1" diff --git a/pyproject.toml b/pyproject.toml index 6ad74b84..74061450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grimoirelab" -version = "0.15.0" +version = "0.15.1" description = "Tool set for software development analytics" authors = [ "GrimoireLab Developers" diff --git a/releases/0.15.1.md b/releases/0.15.1.md new file mode 100644 index 00000000..92c5539e --- /dev/null +++ b/releases/0.15.1.md @@ -0,0 +1,16 @@ +# GrimoireLab 0.15.1 +The following list describes the changes by component: + + + + + + + + + + + + + + diff --git a/requirements.txt b/requirements.txt index 369f12e0..09ffe5a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -grimoirelab==0.15.0 +grimoirelab==0.15.1 grimoirelab-toolkit==0.4.0 perceval==0.23.0 perceval-mozilla==0.3.16