Skip to content

Commit d9111cd

Browse files
committed
v2.9.7.
Former-commit-id: 0bc23f5928904b954a939bc7a6a3d42a81bbd045 [formerly 7aca1c5] Former-commit-id: 65c8f96047a352ca20bfbb006b8218afb7299710
1 parent 1a7b1d6 commit d9111cd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ several advantages over other codes out there:
7474
Latest Change Log
7575
=================
7676

77+
v2.9.7
78+
------
79+
1. Quick bug-fix release that provides a better solution to Structure handling
80+
of properties instead of sanitizing MPRester structures.
81+
7782
v2.9.6
7883
------
7984
1. Patch to allow 1D phase diagrams (essentially finding the lowest energy

pymatgen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Shreyas Cholia", "Vincent L Chevrier",
55
"Rickard Armiento"])
66
__date__ = "Apr 4 2014"
7-
__version__ = "2.9.6"
7+
__version__ = "2.9.7"
88

99
#Useful aliases for commonly used objects and modules.
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_spglib_ext():
4444
setup(
4545
name="pymatgen",
4646
packages=find_packages(),
47-
version="2.9.6",
47+
version="2.9.7",
4848
install_requires=["numpy>=1.5", "pyhull>=1.4.3", "PyCifRW>=3.3",
4949
"requests>=1.0", "pybtex>=0.16", "pyyaml>=3.0",
5050
"monty>=0.2.2"],

0 commit comments

Comments
 (0)