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"