Skip to content

Commit

Permalink
Increment version number and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
janberges committed Nov 23, 2024
1 parent 7409d4c commit ce3653b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
See [Git commits](https://github.com/janberges/elphmod/commits) for more
detailed list of changes.

## v0.29
## v0.29/2024-11-23

* QE-7.4 support (cDFPT patch, EPW patch not needed anymore)
* Fixed sign of model electron-phonon coupling (TaS₂ and chain)
* Phonon unscreening also possible on supercell (sparse MD driver)
* Preliminary implementation of two Fermi levels
* No buffering of info messages

## v0.28/2024-08-23

Expand Down
2 changes: 1 addition & 1 deletion elphmod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"""Python modules for electron-phonon models."""

__version__ = '0.28'
__version__ = '0.29'

from . import MPI
from . import bravais
Expand Down

0 comments on commit ce3653b

Please sign in to comment.