From c2e6056dedf018405965952a52b491660d206db4 Mon Sep 17 00:00:00 2001 From: Wojciech Potrzebowski Date: Sat, 27 May 2023 19:55:32 +0200 Subject: [PATCH 1/3] Update __init__.py --- src/sas/sasview/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sas/sasview/__init__.py b/src/sas/sasview/__init__.py index 387bb0675c..d2c058d6da 100644 --- a/src/sas/sasview/__init__.py +++ b/src/sas/sasview/__init__.py @@ -1,7 +1,7 @@ from distutils.version import StrictVersion # The version number must follow StrictVersion rules as outlined # in http://epydoc.sourceforge.net/stdlib/distutils.version.StrictVersion-class.html -__version__ = "5.0.6b2" +__version__ = "5.0.6" StrictVersion(__version__) __DOI__ = "Zenodo, 10.5281/zenodo.7581379" __release_date__ = "2023" From 1accc58b1853e8016ff612cd4f02991f50724974 Mon Sep 17 00:00:00 2001 From: Wojciech Potrzebowski Date: Sat, 27 May 2023 19:59:05 +0200 Subject: [PATCH 2/3] Update conf.py --- docs/sphinx-docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx-docs/source/conf.py b/docs/sphinx-docs/source/conf.py index 53dbe3517e..0f9a0e02b7 100644 --- a/docs/sphinx-docs/source/conf.py +++ b/docs/sphinx-docs/source/conf.py @@ -81,7 +81,7 @@ # The short X.Y version. version = '5.0' # The full version, including e.g. alpha tags (a1). -release = '5.0.6b2' +release = '5.0.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From c966addedfaf952f72123d306675f5ba6d214dfe Mon Sep 17 00:00:00 2001 From: krzywon Date: Wed, 31 May 2023 10:08:54 -0400 Subject: [PATCH 3/3] Update copyright year to 2023 in local config --- src/sas/sasview/local_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sas/sasview/local_config.py b/src/sas/sasview/local_config.py index 78a6e788c3..c01aea64f7 100644 --- a/src/sas/sasview/local_config.py +++ b/src/sas/sasview/local_config.py @@ -92,7 +92,7 @@ _inst_url = "https://www.utk.edu" _corner_image = os.path.join(icon_path, "angles_flat.png") _welcome_image = os.path.join(icon_path, "SVwelcome.png") -_copyright = "(c) 2009 - 2022, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft and DLS" +_copyright = "(c) 2009 - 2023, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft and DLS" marketplace_url = "http://marketplace.sasview.org/" #edit the list of file state your plugin can read