Skip to content

Commit

Permalink
Release v0.6.1 -- fix typo in testing (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete authored Sep 22, 2021
1 parent c29298c commit 095efb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/...)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tst/regression/test_suites/bvals/bvals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 095efb9

Please sign in to comment.