Skip to content

Commit ed96e00

Browse files
committed
Release 1.0.7-rc.1
1 parent 2a34c93 commit ed96e00

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

graal/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2024-08-30 16:08:02.419422
2-
__version__ = "1.0.6"
1+
# File auto-generated by semverup on 2024-09-20 15:31:10.181122
2+
__version__ = "1.0.7-rc.1"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graal"
3-
version = "1.0.6"
3+
version = "1.0.7-rc.1"
44
description = "A generic source code analyzer"
55
authors = [
66
"GrimoireLab Developers"

releases/1.0.7-rc.1.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## graal 1.0.7-rc.1 - (2024-09-20)
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+

0 commit comments

Comments
 (0)