From 51715421a286d25c0a88eae801bf4a529d3bc245 Mon Sep 17 00:00:00 2001 From: kienle <kienle@passcal.nmt.edu> Date: Wed, 15 Nov 2023 13:44:41 -0700 Subject: [PATCH] Update SOHViewer version number --- HISTORY.rst | 5 +++++ conda.recipe/meta.yaml | 2 +- setup.py | 2 +- sohstationviewer/conf/constants.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index a11eba1db..cc55785c8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,3 +6,8 @@ History -------- * First release + +2023.1.0.1 +-------- + +* Fixed a problem with SOHViewer not fitting on smaller resolutions diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 62621b47e..85c88f6da 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: sohviewer - version: 2023.1.0.0 + version: 2023.1.0.1 source: path: ../ diff --git a/setup.py b/setup.py index c1e87d5a3..f39f957cf 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,6 @@ setup( name='sohstationviewer', packages=find_packages(include=['sohstationviewer*']), url='https://git.passcal.nmt.edu/software_public/passoft/sohstationviewer', - version='2023.1.0.0', + version='2023.1.0.1', zip_safe=False, ) diff --git a/sohstationviewer/conf/constants.py b/sohstationviewer/conf/constants.py index 887062311..eaa03f70e 100644 --- a/sohstationviewer/conf/constants.py +++ b/sohstationviewer/conf/constants.py @@ -1,7 +1,7 @@ from typing import Literal # The current version of SOHStationViewer -SOFTWARE_VERSION = '2023.1.0.0' +SOFTWARE_VERSION = '2023.1.0.1' # waveform pattern WF_1ST = 'A-HLM-V' -- GitLab