Skip to content

Commit f661fed

Browse files
committed
Release 1.2.0
1 parent c341ee3 commit f661fed

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+
## graal 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
## graal 1.1.10 - (2025-08-21)
414

515
* Update Poetry's package dependencies

graal/_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 11:40:25.337328
2-
__version__ = "1.2.0-rc.2"
1+
# File auto-generated by semverup on 2025-09-23 08:48:34.955434
2+
__version__ = "1.2.0"

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 = "graal"
3-
version = "1.2.0-rc.2"
3+
version = "1.2.0"
44
description = "A generic source code analyzer"
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+
## graal 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.

0 commit comments

Comments
 (0)