From e18a72e031da82aeb4af736d6b8ccb52619d78a2 Mon Sep 17 00:00:00 2001 From: Kevin REMY Date: Thu, 9 Apr 2026 15:34:35 +0200 Subject: [PATCH 1/2] Release metadata --- HISTORY.txt | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index cb50514..735f2a7 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,6 +1,12 @@ Changelog ========== + +14.4.4 (2026-04-09) +------------------- + +* Initial release for DSS 14.4.4 + 14.4.3 (2026-03-20) ------------------- diff --git a/setup.py b/setup.py index d27ffce..b873965 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = (open('README.md').read() + '\n\n' + open('HISTORY.txt').read()) -VERSION = "14.4.3" +VERSION = "14.4.4" setuptools.setup( name='dataiku-scoring', From f3b2a0069e440385e015b00c352b8018d36035dd Mon Sep 17 00:00:00 2001 From: Kevin REMY Date: Fri, 10 Apr 2026 08:42:14 +0200 Subject: [PATCH 2/2] Update HISTORY.txt Update release date --- HISTORY.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 735f2a7..793a8c0 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,7 +2,7 @@ Changelog ========== -14.4.4 (2026-04-09) +14.4.4 (2026-04-10) ------------------- * Initial release for DSS 14.4.4