Skip to content

Commit 9f21822

Browse files
committed
Release 1.1.3-rc.1
1 parent 53a18f7 commit 9f21822

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sirmordred"
3-
version = "1.1.2"
3+
version = "1.1.3-rc.1"
44
description = "Drive GrimoireLab tools to produce a dashboard"
55
authors = [
66
"GrimoireLab Developers"

releases/1.1.3-rc.1.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## sirmordred 1.1.3-rc.1 - (2024-11-13)
2+
3+
**Bug fixes:**
4+
5+
* Panels import bug and Micro Mordred failure\
6+
A bug was causing Panels to fail to import in Kibiter and preventing
7+
micro Mordred from working. The issue was in tasks that didn’t require
8+
a SortingHat client to run.
9+

sirmordred/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2024-10-15 07:40:26.272606
2-
__version__ = "1.1.2"
1+
# File auto-generated by semverup on 2024-11-13 15:02:50.234434
2+
__version__ = "1.1.3-rc.1"

0 commit comments

Comments
 (0)