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. 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" 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