Skip to content

Commit af24b25

Browse files
committed
update to v0.5.1
1 parent f8f4807 commit af24b25

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.5.0"
1+
__version__ = "0.5.1"

docs/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.5.1**
6+
7+
* use ruamel instead of pyyaml (S.P. Ong)
8+
* add magnetic moment parsing of output (M.K. Horton)
9+
* misc cleanups, bug fixes, doc improvements (K. Matthew, S. Dwaraknath, A. Jain)
10+
511
**v0.5.0**
612

713
.. caution:: pymatgen has updated its default kpoint scheme! Kpoint settings will change.

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.5.0',
12+
version='0.5.1',
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)