Skip to content

Commit 4e7b632

Browse files
committed
Release 1.1.1-rc.1
1 parent 3a86cc6 commit 4e7b632

File tree

4 files changed

+11
-3
lines changed

4 files changed

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

releases/1.1.1-rc.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## sirmordred 1.1.1-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+
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 2024-08-30 16:33:44.883554
2-
__version__ = "1.1.0"
1+
# File auto-generated by semverup on 2024-09-20 18:33:29.533394
2+
__version__ = "1.1.1-rc.1"

0 commit comments

Comments
 (0)