diff --git a/CHANGELOG.md b/CHANGELOG.md index f592479..f214214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -1.11, 2024-04-15 +1.11, 2024-04-17 ---------------- - scale mouse heatmap to screen height - add fullscreen view to keyboard heatmaps diff --git a/src/inputscope/conf.py b/src/inputscope/conf.py index 28fd5fb..d30a9f0 100644 --- a/src/inputscope/conf.py +++ b/src/inputscope/conf.py @@ -24,7 +24,7 @@ @author Erki Suurjaak @created 26.03.2015 -@modified 16.04.2024 +@modified 17.04.2024 ------------------------------------------------------------------------------ """ import ast @@ -40,8 +40,8 @@ """Program title, version number and version date.""" Title = "InputScope" -Version = "1.11.dev23" -VersionDate = "16.04.2024" +Version = "1.11" +VersionDate = "17.04.2024" """TCP port of the web user interface.""" WebHost = "localhost"