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

Build 2024.2.1.0

parent aeb30088
No related branches found
No related tags found
1 merge request!265Build 2024.2.1.0
......@@ -23,3 +23,12 @@ an Event channel
input
* Improved the ability to calculate the size of a data set
* General bug fixes
2024.2.1.0
--------
* Add reset button to database editors
* Add ability to add new channels to the database from the plot
* Add ability to edit a channel's plotting information from the plot
* Change the size of the main information box
* Bug fixes
package:
name: sohviewer
version: 2024.2.0.0
version: 2024.2.1.0
source:
path: ../
......
......@@ -51,6 +51,6 @@ setup(
name='sohviewer',
packages=find_packages(include=['sohstationviewer*']),
url='https://git.passcal.nmt.edu/software_public/passoft/sohstationviewer',
version='2024.2.0.0',
version='2024.2.1.0',
zip_safe=False,
)
from typing import Literal
# The current version of SOHStationViewer
SOFTWARE_VERSION = '2024.2.0.0'
SOFTWARE_VERSION = '2024.2.1.0'
# waveform pattern
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