From 0484a63c30e7c4e661318ceeea15c8a99b8e6f45 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Tue, 10 Sep 2024 09:42:54 +0200 Subject: [PATCH] preparation for 0.15.1 release Signed-off-by: Nick Papior --- CHANGELOG.md | 3 +++ CITATION.cff | 4 ++-- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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]