Skip to content

Commit

Permalink
Update CHANGELOG.md and other small files
Browse files Browse the repository at this point in the history
  • Loading branch information
bastonero committed Oct 24, 2022
1 parent 3fe9afb commit ae389f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.7.0 - 2022-05-0X
## v0.7.0 - 2022-11-0X

[full changelog](https://github.com/aiida-phonopy/aiida-phonopy/compare/v0.7.0...v0.6.0)

Expand Down Expand Up @@ -46,5 +46,3 @@ The new CalcJob exploits all the phonopy post processing capabilities. In respec
any post processing property can be calculated and it is **parsed** in the appropriate format. The hdf5 format
is always used for having fast calculation and fast retrieval of files. Moreover, the inputs/outputs interface
is now very user-friendly!

### Improvements
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords = ['aiida', 'workflows']
requires-python = '>=3.8'
dependencies = [
"aiida-core>=1.6.0,<2.0.0",
"phonopy~=2.14,<3.0.0",
"phonopy>=2.14,<3.0.0",
"seekpath",
"numpy",
]
Expand Down

0 comments on commit ae389f1

Please sign in to comment.