Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
aplowman committed Feb 5, 2021
2 parents ae3fce8 + 448826b commit 1c86f71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.2.16] - 2021.02.05

### Fixed

- Bump hpcflow to v0.1.13 to fix #80 and then to v0.1.14 to fix a database locking issue and a bug with choosing the correct working directories.

## [0.2.15] - 2021.01.18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion matflow/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.15'
__version__ = '0.2.16'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_long_description():
},
install_requires=[
'matflow-demo-extension',
'hpcflow>=0.1.12',
'hpcflow>=0.1.14',
'click>7.0',
'hickle>=4.0.1',
'ruamel.yaml',
Expand Down

0 comments on commit 1c86f71

Please sign in to comment.