From 4cc564f68504108624b0223ff60bf43c80746ff5 Mon Sep 17 00:00:00 2001 From: kienle <kienle@passcal.nmt.edu> Date: Thu, 12 Dec 2024 15:55:29 -0700 Subject: [PATCH] Revert "Update version cand changelog" This reverts commit ebd9810efd7fc154d32acaa5e78c8313840560a3. --- HISTORY.rst | 4 ---- conda.recipe/meta.yaml | 2 +- setup.py | 2 +- sohstationviewer/CHANGELOG.rst | 4 ---- sohstationviewer/conf/constants.py | 2 +- 5 files changed, 3 insertions(+), 11 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 53b6392c..326c88df 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -89,7 +89,3 @@ 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 diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 1d67f3b4..58ac4aff 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: sohviewer - version: 2024.4.0.1 + version: 2024.4.0.0 source: path: ../ diff --git a/setup.py b/setup.py index a390cfa3..f57f6e2c 100644 --- a/setup.py +++ b/setup.py @@ -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='2024.4.0.0', zip_safe=False, ) diff --git a/sohstationviewer/CHANGELOG.rst b/sohstationviewer/CHANGELOG.rst index 53b6392c..326c88df 100644 --- a/sohstationviewer/CHANGELOG.rst +++ b/sohstationviewer/CHANGELOG.rst @@ -89,7 +89,3 @@ 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 diff --git a/sohstationviewer/conf/constants.py b/sohstationviewer/conf/constants.py index 73cd8daa..03cabe56 100644 --- a/sohstationviewer/conf/constants.py +++ b/sohstationviewer/conf/constants.py @@ -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.1' +SOFTWARE_VERSION = '2024.4.0.0' BUILD_TIME = "August 15, 2024" # waveform pattern -- GitLab