From 37b57d9e10d5f04b0814816ae1645bd74a5f0c06 Mon Sep 17 00:00:00 2001 From: Erki Suurjaak Date: Sun, 17 Jul 2022 20:06:46 +0300 Subject: [PATCH] v1.6 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 f941834..6e93982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -1.6, 2022-07-13 +1.6, 2022-07-17 --------------- - take display index into account when discarding close mouse move events - add missing Numpad-Delete key (issue #14) diff --git a/src/inputscope/conf.py b/src/inputscope/conf.py index d2f6358..0a52ff1 100644 --- a/src/inputscope/conf.py +++ b/src/inputscope/conf.py @@ -20,7 +20,7 @@ @author Erki Suurjaak @created 26.03.2015 -@modified 16.07.2022 +@modified 17.07.2022 ------------------------------------------------------------------------------ """ import ast @@ -36,8 +36,8 @@ """Program title, version number and version date.""" Title = "InputScope" -Version = "1.6.dev21" -VersionDate = "16.07.2022" +Version = "1.6" +VersionDate = "17.07.2022" """TCP port of the web user interface.""" WebHost = "localhost"