Skip to content

Commit 0fb1bb6

Browse files
author
Wojciech Potrzebowski
authored
Merge pull request #2522 from SasView/release_5.0.6_final
Release 5.0.6 final changes
2 parents 7027b66 + c966add commit 0fb1bb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/sphinx-docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
# The short X.Y version.
8282
version = '5.0'
8383
# The full version, including e.g. alpha tags (a1).
84-
release = '5.0.6b2'
84+
release = '5.0.6'
8585

8686
# The language for content autogenerated by Sphinx. Refer to documentation
8787
# for a list of supported languages.

src/sas/sasview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.version import StrictVersion
22
# The version number must follow StrictVersion rules as outlined
33
# in http://epydoc.sourceforge.net/stdlib/distutils.version.StrictVersion-class.html
4-
__version__ = "5.0.6b2"
4+
__version__ = "5.0.6"
55
StrictVersion(__version__)
66
__DOI__ = "Zenodo, 10.5281/zenodo.7581379"
77
__release_date__ = "2023"

src/sas/sasview/local_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
_inst_url = "https://www.utk.edu"
9393
_corner_image = os.path.join(icon_path, "angles_flat.png")
9494
_welcome_image = os.path.join(icon_path, "SVwelcome.png")
95-
_copyright = "(c) 2009 - 2022, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft and DLS"
95+
_copyright = "(c) 2009 - 2023, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft and DLS"
9696
marketplace_url = "http://marketplace.sasview.org/"
9797

9898
#edit the list of file state your plugin can read

0 commit comments

Comments
 (0)