Skip to content

Commit

Permalink
Update dev docs
Browse files Browse the repository at this point in the history
Former-commit-id: 11c87e4966225b5435da58ec3ffff8cd0ffed712 [formerly 374d0fd]
Former-commit-id: 3d2d630de02b722aac2c5d563a389e8eb67ffa74
  • Loading branch information
shyuep committed Jul 22, 2014
1 parent bbdf772 commit c614556
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ several advantages over other codes out there:
Latest Change Log
=================

v2.9.12
-------
1. Defect transformations (Bharat).
2. Support for optical properties (Geoffroy Hautier and David Waroquiers).
3. Improved support for some VASP output files (XDATCAR and OSZICAR).
4. Refactored compatibilities now uses YAML for ease of reading.

v2.9.11
-------
1. Bug fix for get_xrd_plot.
Expand Down
4 changes: 2 additions & 2 deletions pymatgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"Sai Jayaraman", "Michael Kocher", "Dan Gunter",
"Shreyas Cholia", "Vincent L Chevrier",
"Rickard Armiento"])
__date__ = "Jun 6 2014"
__version__ = "2.9.11"
__date__ = "Jul 21 2014"
__version__ = "2.9.12"

#Useful aliases for commonly used objects and modules.

Expand Down
3 changes: 2 additions & 1 deletion requirements-travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ numpy==1.8.1
pybtex==0.17
requests==2.2.1
monty==0.2.2
pyhull==1.4.3
pyhull==1.4.3
pyyaml==3.10
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="2.9.11",
version="2.9.12",
install_requires=["numpy>=1.5", "pyhull>=1.4.3", "PyCifRW>=3.3",
"requests>=1.0", "pybtex>=0.16", "pyyaml>=3.0",
"monty>=0.2.2"],
Expand Down

0 comments on commit c614556

Please sign in to comment.