Skip to content

Commit

Permalink
Release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Jul 1, 2024
1 parent fcfce35 commit f68ea01
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change log

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

### Fixes
- `ShellJob`: Fix `RemoteData` inputs shadowing job's own input files [[9d32bf8]](https://github.com/sphuber/aiida-shell/commit/9d32bf8b94ca30bf3657abd6cbca541151e53f56)

### Dependencies
- Update requirement `aiida-core~=2.6` [[b41d007]](https://github.com/sphuber/aiida-shell/commit/b41d007231080450be58cabb020cfcbbde00d56b)

### Devops
- Package: Change `Development Status` from `Alpha` to `Beta` [[fcfce35]](https://github.com/sphuber/aiida-shell/commit/fcfce35d80bba3ae3070125dea52f1ac1e0b8cfa)
- Make use of the improved `pytest` fixtures in `aiida-core` [[27a6393]](https://github.com/sphuber/aiida-shell/commit/27a63932eeca3ca80356dc0a9a0f9ef9b7b78295)


## `v0.7.1` - 2024-05-13

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
version: 0.7.2
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.1'
__version__ = '0.7.2'

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

0 comments on commit f68ea01

Please sign in to comment.