Skip to content

Commit 9942ea8

Browse files
committed
update to v0.6.4
1 parent 936e41b commit 9942ea8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

atomate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.3"
1+
__version__ = "0.6.4"

docs_rst/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
atomate Changelog
33
=================
44

5+
**v0.6.4**
6+
7+
* add config option for half_kpts_first and max force (A. Jain, S. Dwaraknath)
8+
* better logic for band structure parsing (S. Dwaraknath)
9+
* misc bugfix (P. Huck)
10+
511
**v0.6.3**
612

713
* fix Gibbs wf db insertion (A. Dunn, K. Mathew)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if __name__ == "__main__":
1010
setup(
1111
name='atomate',
12-
version='0.6.3',
12+
version='0.6.4',
1313
description='atomate has implementations of FireWorks workflows for '
1414
'Materials Science',
1515
long_description=open(os.path.join(module_dir, 'README.rst')).read(),

0 commit comments

Comments
 (0)