From 9c47ee001942f536b44dc8da8ad5839d76b5440c Mon Sep 17 00:00:00 2001 From: Jose Javier Merchante Date: Wed, 11 Dec 2024 10:23:50 +0000 Subject: [PATCH] Release 1.6.0 --- NEWS | 13 +++++++++++++ pyproject.toml | 2 +- releases/1.6.0.md | 12 ++++++++++++ ...order-organizations-by-number-of-enrollments.yml | 9 --------- .../unreleased/processed/skip-recommendations.yml | 9 --------- sortinghat/_version.py | 4 ++-- 6 files changed, 28 insertions(+), 21 deletions(-) create mode 100644 releases/1.6.0.md delete mode 100644 releases/unreleased/processed/order-organizations-by-number-of-enrollments.yml delete mode 100644 releases/unreleased/processed/skip-recommendations.yml diff --git a/NEWS b/NEWS index 49dfc793..39fca161 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,18 @@ # Releases +## sortinghat 1.6.0 - (2024-12-11) + +**New features:** + + * Skip recommendations (#937)\ + Users can now skip a recommendation and review the next one if they + are unsure of whether to apply it or dismiss it. + * Sort organizations by number of enrollments (#940)\ + Organizations are now sorted by the number of enrollments they have by + default. Clicking on a column header sorts the table results by that + field. + + ## sortinghat 1.5.1 - (2024-11-13) * Update Poetry's package dependencies diff --git a/pyproject.toml b/pyproject.toml index 38862fb8..3cc59af7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sortinghat" -version = "1.6.0-rc.1" +version = "1.6.0" description = "A tool to manage identities." authors = [ "GrimoireLab Developers" diff --git a/releases/1.6.0.md b/releases/1.6.0.md new file mode 100644 index 00000000..43eb1bbb --- /dev/null +++ b/releases/1.6.0.md @@ -0,0 +1,12 @@ +## sortinghat 1.6.0 - (2024-12-11) + +**New features:** + + * Skip recommendations (#937)\ + Users can now skip a recommendation and review the next one if they + are unsure of whether to apply it or dismiss it. + * Sort organizations by number of enrollments (#940)\ + Organizations are now sorted by the number of enrollments they have by + default. Clicking on a column header sorts the table results by that + field. + diff --git a/releases/unreleased/processed/order-organizations-by-number-of-enrollments.yml b/releases/unreleased/processed/order-organizations-by-number-of-enrollments.yml deleted file mode 100644 index 0785c818..00000000 --- a/releases/unreleased/processed/order-organizations-by-number-of-enrollments.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sort organizations by number of enrollments -category: added -author: Eva Millán -issue: 940 -notes: > - Organizations are now sorted by the number of enrollments - they have by default. Clicking on a column header sorts the - table results by that field. diff --git a/releases/unreleased/processed/skip-recommendations.yml b/releases/unreleased/processed/skip-recommendations.yml deleted file mode 100644 index e756b5f2..00000000 --- a/releases/unreleased/processed/skip-recommendations.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Skip recommendations -category: added -author: Eva Millán -issue: 937 -notes: > - Users can now skip a recommendation and review - the next one if they are unsure of whether to - apply it or dismiss it. diff --git a/sortinghat/_version.py b/sortinghat/_version.py index b4a5eb51..a9ad3588 100644 --- a/sortinghat/_version.py +++ b/sortinghat/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2024-12-11 09:09:05.882400 -__version__ = "1.6.0-rc.1" +# File auto-generated by semverup on 2024-12-11 10:23:49.938589 +__version__ = "1.6.0"