From a6d3fa74fc8fa078d004cea68a4fc89d3b0e5513 Mon Sep 17 00:00:00 2001 From: Rakhym Annabayev Date: Fri, 13 Dec 2024 13:01:45 +0100 Subject: [PATCH] Preparing release 2024.18.0 --- HISTORY.rst | 18 ++++++++++++++++++ changes/TI-1258.other | 1 - changes/TI-1539.other | 1 - changes/TI-1546.feature | 1 - changes/TI-1546.other | 1 - changes/TI-1547.other | 1 - setup.py | 2 +- versions.cfg | 2 ++ 8 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 changes/TI-1258.other delete mode 100644 changes/TI-1539.other delete mode 100644 changes/TI-1546.feature delete mode 100644 changes/TI-1546.other delete mode 100644 changes/TI-1547.other diff --git a/HISTORY.rst b/HISTORY.rst index c68ad4c3229..1bc0a5eb99c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,6 +10,24 @@ Versions are of the form MAJOR.MINOR.PATCH. Each MINOR release (MAJOR.MINOR.0) i .. towncrier release notes start +2024.18.0 (2024-12-13) +---------------------- + +New features: + + +- Activate auto-filtering for the role assignment excel report. [elioschmutz] [TI-1546] + + +Other changes: + + +- Remove static classifications and provide it dynamically via vocabulary. [amo] [TI-1258] +- Fix filtering by custom fields in the @listing-endpoint. [amo] [TI-1539] +- Properly translate "portal_type" and "role" values for role assignment excel report. [elioschmutz] [TI-1546] +- Remove old @role-assignment-reports implementation. [elioschmutz] [TI-1547] + + 2024.17.0 (2024-12-03) ---------------------- diff --git a/changes/TI-1258.other b/changes/TI-1258.other deleted file mode 100644 index 5f8ca08518c..00000000000 --- a/changes/TI-1258.other +++ /dev/null @@ -1 +0,0 @@ -Remove static classifications and provide it dynamically via vocabulary. [amo] diff --git a/changes/TI-1539.other b/changes/TI-1539.other deleted file mode 100644 index 60dfe19b19b..00000000000 --- a/changes/TI-1539.other +++ /dev/null @@ -1 +0,0 @@ -Fix filtering by custom fields in the @listing-endpoint. [amo] diff --git a/changes/TI-1546.feature b/changes/TI-1546.feature deleted file mode 100644 index a40753a2d27..00000000000 --- a/changes/TI-1546.feature +++ /dev/null @@ -1 +0,0 @@ -Activate auto-filtering for the role assignment excel report. [elioschmutz] diff --git a/changes/TI-1546.other b/changes/TI-1546.other deleted file mode 100644 index 1e6c829c1be..00000000000 --- a/changes/TI-1546.other +++ /dev/null @@ -1 +0,0 @@ -Properly translate "portal_type" and "role" values for role assignment excel report. [elioschmutz] diff --git a/changes/TI-1547.other b/changes/TI-1547.other deleted file mode 100644 index a6145804fe6..00000000000 --- a/changes/TI-1547.other +++ /dev/null @@ -1 +0,0 @@ -Remove old @role-assignment-reports implementation. [elioschmutz] diff --git a/setup.py b/setup.py index 731e2ddefb3..4cd415d6635 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os -version = '2024.17.1.dev0' +version = '2024.18.0' maintainer = '4teamwork AG' diff --git a/versions.cfg b/versions.cfg index df72dd8688c..faf5fa905d0 100644 --- a/versions.cfg +++ b/versions.cfg @@ -13,6 +13,8 @@ sablon = 0.3.1 [versions] +opengever.core = 2024.18.0 + alabaster = 0.7.10 alembic = 1.4.3 amqp = 1.4.7