Skip to content

Commit

Permalink
Merge pull request #3113 from SasView/version-for-rc1
Browse files Browse the repository at this point in the history
Update Version for 6.0.0RC1
  • Loading branch information
pkienzle authored Oct 1, 2024
2 parents 3b7abf3 + 3571969 commit 8e24f52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 105 deletions.
101 changes: 0 additions & 101 deletions build_tools/release_notes/6.0.0_notes.txt

This file was deleted.

2 changes: 1 addition & 1 deletion docs/sphinx-docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
# The short X.Y version.
version = '6.0'
# The full version, including e.g. alpha tags (a1).
release = '6.0.0b2'
release = '6.0.0rc1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions installers/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "SasView"
#define MyAppVersion "6.0.0"
#define MyAppPublisher "(c) 2009 - 2021, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft and DLS"
#define MyAppVersion "6.0.0rc1"
#define MyAppPublisher "(c) 2009 - 2024, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft and DLS"
#define MyAppURL "http://www.sasview.org"
#define MyAppExeName "sasview.exe"

Expand Down
2 changes: 1 addition & 1 deletion src/sas/system/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "6.0.0b2"
__version__ = "6.0.0rc1"
__release_date__ = "2024"
__build__ = "GIT_COMMIT"

0 comments on commit 8e24f52

Please sign in to comment.