Skip to content

Commit 6ba922f

Browse files
committed
Prep for v0.2.6
1 parent 5fdea2c commit 6ba922f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [0.2.6] - 2020.07.08
4+
5+
### Added
6+
7+
- Add alternate scratch feature to allow a given task to be executed within a separate temporary directory.
8+
9+
### Fixed
10+
11+
- Fix bug if specifying `merge_priority` on the default group.
12+
13+
### Changed
14+
15+
- Bump hpcflow to v0.1.10
16+
317
## [0.2.5] - 2020.06.27
418

519
### Fixed

matflow/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.5'
1+
__version__ = '0.2.6'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_long_description():
5151
},
5252
install_requires=[
5353
'matflow-demo-extension',
54-
'hpcflow>=0.1.9',
54+
'hpcflow>=0.1.10',
5555
'click>7.0',
5656
'hickle==3.4.6',
5757
'ruamel.yaml',

0 commit comments

Comments
 (0)