Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Jul 22, 2023
1 parent 05bfb57 commit aa736c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs_rst/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

v2023.7.22
----------
* Fix for LargeSigmaHandler. Now defaults to ISMEAR=1 and fallback to ISMEAR=0 if SIGMA has been modified
three times from 0.2 (@arosen93, @janosh)
* More robust VASP job termination (@fyalcin)

v2023.6.5
---------
- New VASP error handler for invalid INCAR parameter (@arosen93)
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def update_changelog(ctx, version=datetime.datetime.now().strftime("%Y.%-m.%-d")
break
lines.append(f" {ll}")
misc.append(l)
with open("changelog.rst") as f:
with open("docs_rst/changelog.rst") as f:
contents = f.read()
l = "=========="
toks = contents.split(l)
Expand Down

0 comments on commit aa736c9

Please sign in to comment.