Skip to content

Commit

Permalink
Release 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 20, 2023
1 parent ffe2047 commit 30ee2cf
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions grimoirelab/_version.py
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
16 changes: 16 additions & 0 deletions releases/0.15.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# GrimoireLab 0.15.1
The following list describes the changes by component:














2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 30ee2cf

Please sign in to comment.