Skip to content

Commit 46d4e6c

Browse files
committed
Release 1.2.0
1 parent f17c15d commit 46d4e6c

File tree

5 files changed

+22
-12
lines changed

5 files changed

+22
-12
lines changed

NEWS

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

3+
## sirmordred 1.2.0 - (2025-09-23)
4+
5+
**New features:**
6+
7+
* Increased minimum version for Python to 3.10\
8+
Python 3.9 reaches the end of life in October 2025. This means it
9+
won't receive new updates or patches to fix security issues.
10+
GrimoireLab supports Python 3.10 and higher from now on.
11+
12+
313
## sirmordred 1.1.14 - (2025-08-21)
414

515
* Update Poetry's package dependencies

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.2.0-rc.2"
3+
version = "1.2.0"
44
description = "Drive GrimoireLab tools to produce a dashboard"
55
authors = [
66
"GrimoireLab Developers"

releases/1.2.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## sirmordred 1.2.0 - (2025-09-23)
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/processed/increased-minimum-version-for-python-to-310.yml

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

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-09-15 14:31:50.747655
2-
__version__ = "1.2.0-rc.2"
1+
# File auto-generated by semverup on 2025-09-23 09:04:54.773003
2+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)