Skip to content

Commit

Permalink
v3.3.2 release
Browse files Browse the repository at this point in the history
Former-commit-id: 97002db2bca35ab501be6fe1517bdb2cae1d0624 [formerly 57719ac]
Former-commit-id: 56081e9e6766eedfb98e715a3f9462f7e9d09cde
  • Loading branch information
shyuep committed Jan 11, 2016
1 parent 22a3ea1 commit 906b89f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
==========

v3.3.2
------
* Bug fixes for pymatgen.io.abinit
* Other minor big fixes.

v3.3.1
------
* Minor bug fix release for pickle and elastic constants.
Expand Down
5 changes: 5 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
==========

v3.3.2
------
* Bug fixes for pymatgen.io.abinit
* Other minor big fixes.

v3.3.1
------
* Minor bug fix release for pickle and elastic constants.
Expand Down
5 changes: 3 additions & 2 deletions docs/latest_changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Change log
==========

v3.3.1
v3.3.2
------
* Minor bug fix release for pickle and elastic constants.
* Bug fixes for pymatgen.io.abinit
* Other minor big fixes.
4 changes: 2 additions & 2 deletions pymatgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
__email__ ="pymatgen@googlegroups.com"
__maintainer__ = "Shyue Ping Ong"
__maintainer_email__ ="shyuep@gmail.com"
__date__ = "Jan 4 2016"
__version__ = "3.3.1"
__date__ = "Jan 11 2016"
__version__ = "3.3.2"


# Useful aliases for commonly used objects and modules.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="3.3.1",
version="3.3.2",
install_requires=["numpy>=1.9", "six", "atomicfile", "requests",
"pybtex", "pyyaml", "monty>=0.7.0", "scipy>=0.14",
"tabulate", "enum34"],
Expand Down

0 comments on commit 906b89f

Please sign in to comment.