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 Jul 1, 2021
1 parent aa001d8 commit 16c8b18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,11 @@
Change log
==========

v2022.0.10
----------
* Add spin-dependent eigenvalue band properties (@arosen93, #2187)
* Bug fix for settings loading (@ardunn, #2186)

v2022.0.9
---------
* Significant new functionality for handling interfaces between structures (@shyamd, #2149)
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.9"
__version__ = "2022.0.10"


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.9",
version="2022.0.10",
cmdclass={"build_ext": build_ext},
python_requires=">=3.7",
install_requires=[
Expand Down

0 comments on commit 16c8b18

Please sign in to comment.