Skip to content

Commit

Permalink
Merge pull request #2522 from SasView/release_5.0.6_final
Browse files Browse the repository at this point in the history
Release 5.0.6 final changes
  • Loading branch information
Wojciech Potrzebowski authored May 31, 2023
2 parents 7027b66 + c966add commit 0fb1bb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx-docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/sas/sasview/__init__.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/sas/sasview/local_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fb1bb6

Please sign in to comment.