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

Update SOHViewer version number

parent bbb82540
No related tags found
1 merge request!221Build 2023.1.0.1
Pipeline #3318 passed with stage
in 4 minutes and 21 seconds
...@@ -6,3 +6,8 @@ History ...@@ -6,3 +6,8 @@ History
-------- --------
* First release * First release
2023.1.0.1
--------
* Fixed a problem with SOHViewer not fitting on smaller resolutions
package: package:
name: sohviewer name: sohviewer
version: 2023.1.0.0 version: 2023.1.0.1
source: source:
path: ../ path: ../
......
...@@ -51,6 +51,6 @@ setup( ...@@ -51,6 +51,6 @@ setup(
name='sohstationviewer', name='sohstationviewer',
packages=find_packages(include=['sohstationviewer*']), packages=find_packages(include=['sohstationviewer*']),
url='https://git.passcal.nmt.edu/software_public/passoft/sohstationviewer', url='https://git.passcal.nmt.edu/software_public/passoft/sohstationviewer',
version='2023.1.0.0', version='2023.1.0.1',
zip_safe=False, zip_safe=False,
) )
from typing import Literal from typing import Literal
# The current version of SOHStationViewer # The current version of SOHStationViewer
SOFTWARE_VERSION = '2023.1.0.0' SOFTWARE_VERSION = '2023.1.0.1'
# waveform pattern # waveform pattern
WF_1ST = 'A-HLM-V' WF_1ST = 'A-HLM-V'
......
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