diff --git a/HISTORY.txt b/HISTORY.txt index 8607b554..2c913d02 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,12 @@ Changelog ========== +14.4.4 (2026-04-03) +------------------- + +* Initial release for DSS 14.4.4 + + 14.4.3 (2026-03-19) ------------------- diff --git a/setup.py b/setup.py index 4050ca8e..90d5396d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "14.4.3" +VERSION = "14.4.4" long_description = (open('README').read() + '\n\n' + open('HISTORY.txt').read())