diff --git a/HISTORY.txt b/HISTORY.txt index 02d607d..b1adac0 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,11 @@ Changelog ========== +14.6.2 (2026-06-11) +------------------- + +* Initial release for DSS 14.6.2 + 14.6.1 (2026-06-04) ------------------- diff --git a/setup.py b/setup.py index 292373c..d6820bf 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.6.1" +VERSION = "14.6.2" setuptools.setup( name='dataiku-scoring',