Skip to content

Commit 10b6521

Browse files
committed
update to v0.5.6
1 parent 556ac9a commit 10b6521

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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.5"
1+
__version__ = "0.5.6"

docs/changelog.rst

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

5+
**v0.5.6**
6+
7+
* major improvements to elastic tensor calculations and compatibility with latest pymatgen (J. Montoya, K. Mathew)
8+
59
**v0.5.5**
610

711
* remove PyPI download size by an order of magnitude

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