Skip to content

Commit

Permalink
Merge pull request #3117 from SasView/fix-rc1
Browse files Browse the repository at this point in the history
RC1: Fix for the release
  • Loading branch information
krzywon authored Oct 4, 2024
2 parents 8e24f52 + 38de3c9 commit 95b4fb8
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -87,7 +87,7 @@
# The short X.Y version.
version = '6.0'
# The full version, including e.g. alpha tags (a1).
release = '6.0.0rc1'
release = '6.0.0'

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

#define MyAppName "SasView"
#define MyAppVersion "6.0.0rc1"
#define MyAppVersion "6.0.0"
#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
3 changes: 2 additions & 1 deletion src/sas/system/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__version__ = "6.0.0rc1"
# Version must be of the form 'X.Y.Z'. No alpha/beta/rc versioning should be set here
__version__ = "6.0.0"
__release_date__ = "2024"
__build__ = "GIT_COMMIT"

0 comments on commit 95b4fb8

Please sign in to comment.