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

Merge branch 'build-2024.3.0.1' into 'develop'

Build 2024.3.0.1

See merge request !322
parents 9c02a549 3284859c
No related branches found
No related tags found
1 merge request!322Build 2024.3.0.1
Pipeline #4017 passed with stage
in 5 minutes and 47 seconds
......@@ -52,3 +52,8 @@ database editor
* Add support for VST channel in Pegasus data
* Update the colors in the plot for white background
* Bug fixes
2024.3.0.1
--------
* Fix a bug that happens when building on some Linux machines
* Bux fixes
package:
name: sohviewer
version: 2024.3.0.0
version: 2024.3.0.1
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.3.0.0',
version='2024.3.0.1',
zip_safe=False,
)
......@@ -5,7 +5,7 @@ from typing import Literal
ROOT_PATH = Path(__file__).resolve().parent.parent
# The current version of SOHStationViewer
SOFTWARE_VERSION = '2024.3.0.0'
SOFTWARE_VERSION = '2024.3.0.1'
BUILD_TIME = "March 13, 2024"
# waveform pattern
......
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