Skip to content

Commit

Permalink
Set version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed Sep 2, 2021
1 parent 299ef2b commit e9760e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,14 @@
Change log
==========

v2022.0.13
----------
* New feature to plot chemical potential diagrams (@mattmcdermott, #2218), see ArXiv:2104.05986 for example
* Numerous updates to LOBSTER support for new version and including handling COBICAR, SitePotentials and MadelungEnergies (@JaGeo, #2228)
* Updates and fixes for LAMMPS CombinedData (@htz1992213, #2191)
* Bug fix for Bader caller (@nwinner, #2230)
* Documentation fix for Composition (@CompRhys, #2231)

v2022.0.12
----------
* @chc273 Major bugfix for cython handling of fractional coordinates wrapping.
Expand Down
2 changes: 1 addition & 1 deletion pymatgen/core/__init__.py
Expand Up @@ -30,7 +30,7 @@
__email__ = "pymatgen@googlegroups.com"
__maintainer__ = "Shyue Ping Ong"
__maintainer_email__ = "shyuep@gmail.com"
__version__ = "2022.0.12"
__version__ = "2022.0.13"


SETTINGS_FILE = os.path.join(os.path.expanduser("~"), ".pmgrc.yaml")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -97,7 +97,7 @@ def finalize_options(self):
include=["pymatgen.*", "pymatgen.analysis.*", "pymatgen.io.*", "pymatgen.ext.*"],
exclude=["pymatgen.*.tests", "pymatgen.*.*.tests", "pymatgen.*.*.*.tests"],
),
version="2022.0.12",
version="2022.0.13",
cmdclass={"build_ext": build_ext},
python_requires=">=3.7",
install_requires=[
Expand Down

0 comments on commit e9760e2

Please sign in to comment.