Skip to content

Commit b89458f

Browse files
authored
Merge pull request #587 from mkstoyanov/release75
* commit release 7.5
2 parents 8087e82 + cfd0937 commit b89458f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22

33
cmake_policy(VERSION 3.10)
44
project(Tasmanian VERSION 7.5.0 LANGUAGES CXX)
5-
set(Tasmanian_version_comment " (release candidate)") # e.g., " (release candidate)", " (development)", ""
5+
set(Tasmanian_version_comment "") # e.g., " (release candidate)", " (development)", ""
66
set(Tasmanian_license "BSD 3-Clause with UT-Battelle disclaimer") # used in some headers and python modules (only human readable)
77

88
########################################################################

InterfacePython/PipInstaller/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# call the actual package setup command
7171
setup(
7272
name='Tasmanian',
73-
version='7.4dev1',
73+
version='7.5',
7474
author='Miroslav Stoyanov',
7575
author_email='stoyanovmk@ornl.gov',
7676
description='UQ library for sparse grids and Bayesian inference',

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN is
88
Visit us at: [https://tasmanian.ornl.gov/](https://tasmanian.ornl.gov/) and
99
[https://github.com/ORNL/Tasmanian](https://github.com/ORNL/Tasmanian)
1010

11-
[Documentation: v7.3 (latest stable)](https://ornl.github.io/TASMANIAN/stable/)
11+
[Documentation: v7.5 (latest stable)](https://ornl.github.io/TASMANIAN/stable/)
1212

1313
[Documentation: development (rolling)](https://ornl.github.io/TASMANIAN/)
1414

0 commit comments

Comments
 (0)