From 101ad938e3701f854384485e15abec368f9fbf43 Mon Sep 17 00:00:00 2001 From: Kevin REMY Date: Mon, 13 Jul 2026 09:59:07 +0200 Subject: [PATCH] Release metadata --- HISTORY.txt | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index f999ff24..daf868bb 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,11 @@ Changelog ========== +14.7.1 (2026-07-13) +------------------- + +* Initial release for DSS 14.7.1 + 14.7.0 (2026-06-18) ------------------- diff --git a/setup.py b/setup.py index 54b558b9..9f6863fe 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "14.7.0" +VERSION = "14.7.1" long_description = (open('README').read() + '\n\n' + open('HISTORY.txt').read())