diff --git a/CHANGELOG.md b/CHANGELOG.md index 53936d8cee..1564e3e2b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ we hit release version 1.0.0. - enabled `lowdin` to return the Lowdin transformation matrix, and also allow it to be calculated using SVD +### Fixed +- bugfix for wrong call `Lattice.to.cuboid` which caused wrong densities, #821 + ## [0.15.0] - 2024-08-13 diff --git a/CITATION.cff b/CITATION.cff index aa52f38039..0a334442ec 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ -version: 0.15.0 -commit: "v0.15.0" +version: 0.15.1 +commit: "v0.15.1" date-released: "2024-08-13" cff-version: 1.2.0 message: "Please cite sisl in any paper to acknowledge and support development." diff --git a/pyproject.toml b/pyproject.toml index 398dbfb68a..05cf485469 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ [tool.setuptools_scm] write_to = "src/sisl/_version.py" version_file = "src/sisl/_version.py" -fallback_version = "0.15.0" +fallback_version = "0.15.1" # First we define the build-system which we will probably alter the most [build-system]