Skip to content
Snippets Groups Projects
Commit 26d09158 authored by Kien Le's avatar Kien Le
Browse files

Moved software version constant to top

parent 42f92609
No related branches found
No related tags found
1 merge request!199Write log file
This commit is part of merge request !199. Comments created here will be created in the context of that merge request.
from typing import Literal from typing import Literal
# The current version of SOHStationViewer
SOFTWARE_VERSION = '2023.1.0.0'
# waveform pattern # waveform pattern
WF_1ST = 'A-HLM-V' WF_1ST = 'A-HLM-V'
WF_2ND = 'HLN' WF_2ND = 'HLN'
...@@ -57,9 +60,6 @@ CONFIG_PATH = 'sohstationviewer/conf/read_settings.ini' ...@@ -57,9 +60,6 @@ CONFIG_PATH = 'sohstationviewer/conf/read_settings.ini'
# dpi in dialog # dpi in dialog
IMG_FORMAT = ['PNG', 'PDF', 'EPS', 'SVG'] IMG_FORMAT = ['PNG', 'PDF', 'EPS', 'SVG']
# The current version of SOHStationViewer
SOFTWARE_VERSION = '2023.1.0.0'
# ================================================================= # # ================================================================= #
# PLOTTING CONSTANT # PLOTTING CONSTANT
# ================================================================= # # ================================================================= #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment