From 23d8df2d7bde78b15e6fc018a3bafcf2088bce1c Mon Sep 17 00:00:00 2001 From: Erki Suurjaak Date: Sat, 22 Jan 2022 23:18:53 +0200 Subject: [PATCH] v1.5 checkpoint. --- inputscope/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inputscope/conf.py b/inputscope/conf.py index ab29fef..acf2444 100644 --- a/inputscope/conf.py +++ b/inputscope/conf.py @@ -20,7 +20,7 @@ @author Erki Suurjaak @created 26.03.2015 -@modified 21.10.2021 +@modified 22.01.2022 ------------------------------------------------------------------------------ """ try: import ConfigParser as configparser # Py2 @@ -35,8 +35,8 @@ """Program title, version number and version date.""" Title = "InputScope" -Version = "1.5.dev2" -VersionDate = "21.10.2021" +Version = "1.5" +VersionDate = "22.01.2022" """TCP port of the web user interface.""" WebHost = "localhost"