File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
data_formatting/conduit/python Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to Merlin Spellbook will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.7.1]
8
+
9
+ ### Fixed
10
+ - Package version
11
+
7
12
## [ 0.7.0]
8
13
9
14
### Added
Original file line number Diff line number Diff line change 6
6
#
7
7
# LLNL-CODE-797170
8
8
# All rights reserved.
9
- # This file is part of Merlin-Spellbook, Version: 0.6 .1.
9
+ # This file is part of Merlin-Spellbook, Version: 0.7 .1.
10
10
#
11
11
# For details, see https://github.com/LLNL/merlin-spellbook.
12
12
#
Original file line number Diff line number Diff line change 1
- __version__ = "0.6 .1"
1
+ __version__ = "0.7 .1"
2
2
3
3
VERSION = __version__
Original file line number Diff line number Diff line change 6
6
#
7
7
# LLNL-CODE-<PENDING>
8
8
# All rights reserved.
9
- # This file is part of merlin-spellbook, Version: 0.6 .1.
9
+ # This file is part of merlin-spellbook, Version: 0.7 .1.
10
10
#
11
11
# For details, see https://github.com/LLNL/merlin-spellbook.
12
12
#
Original file line number Diff line number Diff line change 6
6
#
7
7
# LLNL-CODE-797170
8
8
# All rights reserved.
9
- # This file is part of Merlin Spellbook, Version: 0.6 .1.
9
+ # This file is part of Merlin Spellbook, Version: 0.7 .1.
10
10
#
11
11
# For details, see https://github.com/LLNL/merlin.
12
12
#
You can’t perform that action at this time.
0 commit comments