diff --git a/HISTORY.txt b/HISTORY.txt index 054b9a3e..ee400983 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,11 @@ Changelog ========== +14.6.1 (2026-06-05) +------------------- + +* Initial release for DSS 14.6.1 + 14.6.0 (2026-05-27) ------------------- diff --git a/setup.py b/setup.py index 06897eb8..1ba6224e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "14.6.0" +VERSION = "14.6.1" long_description = (open('README').read() + '\n\n' + open('HISTORY.txt').read())