Skip to content

Commit 1223e0c

Browse files
committed
Release 1.2.0-rc.1
1 parent 8ac58cc commit 1223e0c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

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 = "sirmordred"
3-
version = "1.1.15-rc.1"
3+
version = "1.2.0-rc.1"
44
description = "Drive GrimoireLab tools to produce a dashboard"
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+
## sirmordred 1.2.0-rc.1 - (2025-09-11)
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+

releases/unreleased/increased-minimum-version-for-python-to-310.yml renamed to releases/unreleased/processed/increased-minimum-version-for-python-to-310.yml

File renamed without changes.

sirmordred/_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-08-28 15:30:35.725877
2-
__version__ = "1.1.15-rc.1"
1+
# File auto-generated by semverup on 2025-09-11 08:35:14.527198
2+
__version__ = "1.2.0-rc.1"

0 commit comments

Comments
 (0)