diff --git a/CHANGELOG.md b/CHANGELOG.md index 339ea11d638b..63cc8150ff7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ ### Removed (removing behavior/API/varaibles/...) -## Release 0.6.0 +## Release 0.6.1 Date: 09/22/2021 ### Added (new features/APIs/variables/...) diff --git a/CMakeLists.txt b/CMakeLists.txt index 641c9a21358b..88b31084ea98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.16) # Imports machine-specific configuration include(cmake/MachineCfg.cmake) -project(parthenon VERSION 0.6.0 LANGUAGES C CXX) +project(parthenon VERSION 0.6.1 LANGUAGES C CXX) if (${CMAKE_VERSION} VERSION_GREATER_EQUAL 3.19.0) cmake_policy(SET CMP0110 NEW) diff --git a/tst/regression/test_suites/bvals/bvals.py b/tst/regression/test_suites/bvals/bvals.py index 799cc3d7786f..f438b1d34d9d 100644 --- a/tst/regression/test_suites/bvals/bvals.py +++ b/tst/regression/test_suites/bvals/bvals.py @@ -37,7 +37,7 @@ def Prepare(self, parameters, step): "parthenon/mesh/ox2_bc=reflecting", "parthenon/mesh/ix3_bc=reflecting", "parthenon/mesh/ox3_bc=reflecting", - "parthenon/output0/id=periodic", + "parthenon/output0/id=reflecting", ] # Step 2: periodic BC if step == 2: