Skip to content

Commit

Permalink
Release v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Jul 16, 2024
1 parent 437f2b3 commit ffa7c65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## `v0.7.3` - 2024-07-16

### Fixes

- `ShellJob`: Fix bug when `metadata.options.output_filename` is specified [[437f2b3]](https://github.com/sphuber/aiida-shell/commit/437f2b3c656fec275ff8a5a4f710b469f6c3264c)


## `v0.7.2` - 2024-07-01

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cff-version: 1.2.0
title: aiida-shell
abstract: AiiDA plugin that makes running shell commands easy.
date-released: "2023-11-02"
date-released: "2024-07-16"
message: Please cite this software using these metadata.
type: software
authors:
Expand All @@ -10,5 +10,5 @@ authors:
email: [email protected]
affiliation: École Polytechnique Fédérale de Lausanne
repository-code: "https://github.com/sphuber/aiida-shell"
version: 0.7.2
version: 0.7.3
license: MIT License
2 changes: 1 addition & 1 deletion src/aiida_shell/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""AiiDA plugin that makes running shell commands easy."""
__version__ = '0.7.2'
__version__ = '0.7.3'

from .calculations import ShellJob
from .data import EntryPointData, PickledData, ShellCode
Expand Down

0 comments on commit ffa7c65

Please sign in to comment.