Skip to content

Commit 0794f31

Browse files
committed
Release 1.1.1
1 parent de58bbf commit 0794f31

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Releases
22

3+
## grimoirelab-panels 1.1.1 - (2024-09-23)
4+
5+
**Dependencies updateds:**
6+
7+
* Python minimum version updated\
8+
Python 3.8 will reach its end of life in October 2024. Python 3.9 is
9+
the minimum version required by the project.
10+
11+
312
## grimoirelab-panels 1.1.0 - (2024-06-21)
413

514
**New features:**

panels/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2024-09-20 15:23:21.941879
2-
__version__ = "1.1.1-rc.1"
1+
# File auto-generated by semverup on 2024-09-23 07:57:29.442605
2+
__version__ = "1.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "grimoirelab-panels"
3-
version = "1.1.1-rc.1"
3+
version = "1.1.1"
44
description = "Panels and visualizations for GrimoireLab dashboards"
55
authors = [
66
"GrimoireLab Developers"

releases/1.1.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## grimoirelab-panels 1.1.1 - (2024-09-23)
2+
3+
**Dependencies updateds:**
4+
5+
* Python minimum version updated\
6+
Python 3.8 will reach its end of life in October 2024. Python 3.9 is
7+
the minimum version required by the project.
8+

releases/unreleased/processed/python-minimum-version-updated.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)