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

Update version

parent a8fa4eb8
No related branches found
No related tags found
1 merge request!352Build 2025.1.0.0
Pipeline #4308 passed with stage
in 3 minutes and 28 seconds
......@@ -93,3 +93,8 @@ to read.
2024.4.0.1
--------
* Fix bug caused by PySide6 version 6.8
2025.1.0.0
--------
* Add support for Q8 dataloggers
* Change how the data type of a dataset is detected
package:
name: sohviewer
version: 2024.4.0.1
version: 2025.1.0.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.4.0.1',
version='2025.1.0.0',
zip_safe=False,
)
......@@ -93,3 +93,8 @@ to read.
2024.4.0.1
--------
* Fix bug caused by PySide6 version 6.8
2025.1.0.0
--------
* Add support for Q8 dataloggers
* Change how the data type of a dataset is detected
......@@ -5,8 +5,8 @@ from typing import Literal
ROOT_PATH = Path(__file__).resolve().parent.parent
# The current version of SOHStationViewer
SOFTWARE_VERSION = '2024.4.0.1'
BUILD_TIME = "December 12, 2024"
SOFTWARE_VERSION = '2025.1.0.0'
BUILD_TIME = "January 10, 2025"
# 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