Skip to content

Commit b226908

Browse files
committed
v1.8 checkpoint.
1 parent 8c1bd4a commit b226908

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
1.8, 2023-07-11
4+
1.8, 2023-07-17
55
---------------
66
- add fullscreen view to mouse heatmaps
77
- add applications data to statistics pages (issue #23)

src/inputscope/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
@author Erki Suurjaak
2222
@created 26.03.2015
23-
@modified 12.07.2022
23+
@modified 18.07.2023
2424
------------------------------------------------------------------------------
2525
"""
2626
import ast
@@ -36,8 +36,8 @@
3636

3737
"""Program title, version number and version date."""
3838
Title = "InputScope"
39-
Version = "1.8.dev9"
40-
VersionDate = "12.07.2022"
39+
Version = "1.8"
40+
VersionDate = "18.07.2023"
4141

4242
"""TCP port of the web user interface."""
4343
WebHost = "localhost"

0 commit comments

Comments
 (0)