From b22690878b4ad0a3fa357592c7870fe41b9838da Mon Sep 17 00:00:00 2001 From: Erki Suurjaak Date: Mon, 17 Jul 2023 17:22:39 +0300 Subject: [PATCH] v1.8 checkpoint. --- CHANGELOG.md | 2 +- src/inputscope/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc8d38..2f0b94b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -1.8, 2023-07-11 +1.8, 2023-07-17 --------------- - add fullscreen view to mouse heatmaps - add applications data to statistics pages (issue #23) diff --git a/src/inputscope/conf.py b/src/inputscope/conf.py index bc047db..4548cbe 100644 --- a/src/inputscope/conf.py +++ b/src/inputscope/conf.py @@ -20,7 +20,7 @@ @author Erki Suurjaak @created 26.03.2015 -@modified 12.07.2022 +@modified 18.07.2023 ------------------------------------------------------------------------------ """ import ast @@ -36,8 +36,8 @@ """Program title, version number and version date.""" Title = "InputScope" -Version = "1.8.dev9" -VersionDate = "12.07.2022" +Version = "1.8" +VersionDate = "18.07.2023" """TCP port of the web user interface.""" WebHost = "localhost"