Skip to content

Commit

Permalink
v3.1.8 release
Browse files Browse the repository at this point in the history
Former-commit-id: bb24c4122026208f8ad408b387ee5e05561e2100 [formerly f9b126e]
Former-commit-id: 455217d4967de1bc6e99df76fe0b503136307bf8
  • Loading branch information
shyuep committed Aug 27, 2015
1 parent a065b50 commit 541ce80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change log
==========

v3.1.8
------
* Fix scripts.

v3.1.7
------
* Bug fixes for MPRester.
Expand Down
5 changes: 2 additions & 3 deletions docs/latest_changes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Change log
==========

v3.1.7
v3.1.8
------
* Bug fixes for MPRester.
* Ensure correct monty version requirement in setup.py.
* Fix scripts.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="3.1.7",
version="3.1.8",
install_requires=["numpy>=1.8", "pyhull>=1.5.3", "six", "prettytable",
"atomicfile", "requests", "pybtex", "pyyaml",
"monty>=0.6.5", "scipy>=0.10"],
Expand Down

0 comments on commit 541ce80

Please sign in to comment.