Skip to content

Commit

Permalink
Update version number for final release
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Jan 22, 2025
1 parent 33aea3e commit 699da54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build_tools/release_automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
# Should import release notes from git repo, for now will need to cut and paste
sasview_data = {
'metadata': {
'title': f'SasView version 6.0.1a1',
'description': f'6.0.1a1 release',
'title': f'SasView version 6.0.1',
'description': f'6.0.1 release',
'related_identifiers': [{'identifier': 'https://github.com/SasView/sasview/releases/tag/v6.0.0-beta-1',
'relation': 'isAlternateIdentifier', 'scheme': 'url'}],
'contributors': [
Expand Down
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.1a1'
release = '6.0.1'

# 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.1a1"
#define MyAppVersion "6.0.1"
#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

0 comments on commit 699da54

Please sign in to comment.