Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Oct 4, 2023
1 parent e3d741e commit e16f5ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ nav_order: 4

# Changelog

## v2023.10.4

- Bug fixes for MPRester and packaged data.

## v2023.10.3

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
include=["pymatgen.*", "pymatgen.analysis.*", "pymatgen.io.*", "pymatgen.ext.*", "cmd_line"],
exclude=["pymatgen.*.tests", "pymatgen.*.*.tests", "pymatgen.*.*.*.tests"],
),
version="2023.10.3",
version="2023.10.4",
python_requires=">=3.9",
install_requires=[
"matplotlib>=1.5",
Expand Down

0 comments on commit e16f5ab

Please sign in to comment.