Skip to content

Commit

Permalink
preparation for 0.15.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Sep 10, 2024
1 parent af0e063 commit 0484a63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0484a63

Please sign in to comment.