diff --git a/HISTORY.txt b/HISTORY.txt index cb50514..793a8c0 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,6 +1,12 @@ Changelog ========== + +14.4.4 (2026-04-10) +------------------- + +* 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',