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

Update version cand changelog

parent 1ce9e82e
No related branches found
No related tags found
No related merge requests found
Pipeline #4289 passed with stage
in 3 minutes and 31 seconds
......@@ -89,3 +89,7 @@ to read.
* Add ability to change the size of plotted points in some plot types.
* Add ability to revert changes when editing the value-color map of a plot
* Improved performance when reading RT130 data by not reading data outside of the selected time range.
2024.4.0.1
--------
* Fix bug caused by PySide6 version 6.8
package:
name: sohviewer
version: 2024.4.0.0
version: 2024.4.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.4.0.0',
version='2024.4.0.1',
zip_safe=False,
)
......@@ -89,3 +89,7 @@ to read.
* Add ability to change the size of plotted points in some plot types.
* Add ability to revert changes when editing the value-color map of a plot
* Improved performance when reading RT130 data by not reading data outside of the selected time range.
2024.4.0.1
--------
* Fix bug caused by PySide6 version 6.8
......@@ -5,7 +5,7 @@ from typing import Literal
ROOT_PATH = Path(__file__).resolve().parent.parent
# The current version of SOHStationViewer
SOFTWARE_VERSION = '2024.4.0.0'
SOFTWARE_VERSION = '2024.4.0.1'
BUILD_TIME = "August 15, 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