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"