diff --git a/NEWS b/NEWS index e413d2a5..577fe5d3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ # Releases +## sortinghat 0.15.1 - (2023-11-15) + +**Bug fixes:** + + * Fix individual page not loading\ + The individual's view was not loading when the workspace had not been + used before or the cache was cleared. + + ## sortinghat 0.15.0 - (2023-11-03) **New features:** diff --git a/pyproject.toml b/pyproject.toml index a1577d68..23350fd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sortinghat" -version = "0.15.1-rc.1" +version = "0.15.1" description = "A tool to manage identities." authors = [ "GrimoireLab Developers" diff --git a/releases/0.15.1.md b/releases/0.15.1.md new file mode 100644 index 00000000..f56d6750 --- /dev/null +++ b/releases/0.15.1.md @@ -0,0 +1,8 @@ +## sortinghat 0.15.1 - (2023-11-15) + +**Bug fixes:** + + * Fix individual page not loading\ + The individual's view was not loading when the workspace had not been + used before or the cache was cleared. + diff --git a/releases/unreleased/processed/fix-individual-page-not-loadingd.yml b/releases/unreleased/processed/fix-individual-page-not-loadingd.yml deleted file mode 100644 index f9ddbecb..00000000 --- a/releases/unreleased/processed/fix-individual-page-not-loadingd.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Fix individual page not loading -category: fixed -author: Eva Millán -issue: null -notes: > - The individual's view was not loading when the - workspace had not been used before or the cache - was cleared. diff --git a/sortinghat/_version.py b/sortinghat/_version.py index 8836c9da..a6f1eb6f 100644 --- a/sortinghat/_version.py +++ b/sortinghat/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2023-11-14 16:03:47.108551 -__version__ = "0.15.1-rc.1" +# File auto-generated by semverup on 2023-11-15 09:19:16.455865 +__version__ = "0.15.1"