From e6a4ca9267bb00902c53a4bbcf4f54c1ce3c38b8 Mon Sep 17 00:00:00 2001 From: Kevin REMY Date: Thu, 9 Apr 2026 15:53:44 +0200 Subject: [PATCH] Release metadata --- HISTORY.txt | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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())