diff --git a/HISTORY.txt b/HISTORY.txt index f2585c2..31e587a 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,11 @@ Changelog ========== +14.7.0 (2026-06-18) +------------------- + +* Initial release for DSS 14.7.0 + 14.6.2 (2026-06-15) ------------------- diff --git a/setup.py b/setup.py index d6820bf..83a7007 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.2" +VERSION = "14.7.0" setuptools.setup( name='dataiku-scoring',