diff --git a/NEWS b/NEWS index d55e4cf3..7e1e03d3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ # Releases +## sirmordred 1.1.3 - (2024-11-13) + +**Bug fixes:** + + * Panels import bug and Micro Mordred failure\ + A bug was causing Panels to fail to import in Kibiter and preventing + micro Mordred from working. The issue was in tasks that didn’t require + a SortingHat client to run. + + ## sirmordred 1.1.2 - (2024-10-15) * Update Poetry's package dependencies diff --git a/pyproject.toml b/pyproject.toml index 5f8533c3..e84c9f80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sirmordred" -version = "1.1.3-rc.1" +version = "1.1.3" description = "Drive GrimoireLab tools to produce a dashboard" authors = [ "GrimoireLab Developers" diff --git a/releases/1.1.3.md b/releases/1.1.3.md new file mode 100644 index 00000000..368532c8 --- /dev/null +++ b/releases/1.1.3.md @@ -0,0 +1,9 @@ +## sirmordred 1.1.3 - (2024-11-13) + +**Bug fixes:** + + * Panels import bug and Micro Mordred failure\ + A bug was causing Panels to fail to import in Kibiter and preventing + micro Mordred from working. The issue was in tasks that didn’t require + a SortingHat client to run. + diff --git a/releases/unreleased/processed/tasks-not-requiring-sortinghat-fixed.yml b/releases/unreleased/processed/tasks-not-requiring-sortinghat-fixed.yml deleted file mode 100644 index 0c4ec157..00000000 --- a/releases/unreleased/processed/tasks-not-requiring-sortinghat-fixed.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Panels import bug and Micro Mordred failure -category: fixed -author: Jose Javier Merchante -issue: null -notes: > - A bug was causing Panels to fail to import in Kibiter - and preventing micro Mordred from working. The issue - was in tasks that didn’t require a SortingHat client to run. diff --git a/sirmordred/_version.py b/sirmordred/_version.py index 36859a42..ec966428 100644 --- a/sirmordred/_version.py +++ b/sirmordred/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2024-11-13 15:02:50.234434 -__version__ = "1.1.3-rc.1" +# File auto-generated by semverup on 2024-11-13 16:26:19.082909 +__version__ = "1.1.3"