Skip to content

Commit 39109c1

Browse files
committed
Release 1.2.0-rc.1
1 parent 140ec22 commit 39109c1

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

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 2025-01-15 11:52:02.101318
2-
__version__ = "1.1.2"
1+
# File auto-generated by semverup on 2025-09-10 14:49:41.132132
2+
__version__ = "1.2.0-rc.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.2"
3+
version = "1.2.0-rc.1"
44
description = "Panels and visualizations for GrimoireLab dashboards"
55
authors = [
66
"GrimoireLab Developers"

releases/1.2.0-rc.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## grimoirelab-panels 1.2.0-rc.1 - (2025-09-10)
2+
3+
**New features:**
4+
5+
* Increased minimum version for Python to 3.10\
6+
Python 3.9 reaches the end of life in October 2025. This means it
7+
won't receive new updates or patches to fix security issues.
8+
GrimoireLab supports Python 3.10 and higher from now on.
9+
File renamed without changes.

0 commit comments

Comments
 (0)