Skip to content

Commit

Permalink
bumped to 0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <nickpapior@gmail.com>
  • Loading branch information
zerothi committed Jul 4, 2023
1 parent e641677 commit 08f50fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) once
we hit release version 1.0.0.

## [X.Y.Z] - YYYY-MM-DD
## [0.14.0] - YYYY-MM-DD

### Added
- added `read_trajectory` to read cell vectors, atomic positions, and forces from VASP OUTCAR
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
orcid: "https://orcid.org/0000-0003-3038-1855"
alias: zerothi
title: sisl
version: 0.13.0
version: 0.14.0
identifiers:
- description: "Collection DOI for all sisl versions (preferred to use)"
type: doi
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ build-backend = "scikit_build_core.build"
# Top most items are probably changed the most
[project]
requires-python = ">=3.8"
version = "0.14.0"

name = "sisl"
description = "Manipulation and post-processing of DFT output and creating tight-binding models for NEGF transport"
Expand Down Expand Up @@ -119,7 +118,7 @@ Releases = "https://github.com/zerothi/sisl/releases"
Documentation = "https://zerothi.github.io/sisl"
Repository = "https://github.com/zerothi/sisl.git"
Source = "https://github.com/zerothi/sisl"
"Bug Tracker" = "https://github.com/zerothi/sisl/issues"
Tracker = "https://github.com/zerothi/sisl/issues"
Discussions = "https://github.com/zerothi/sisl/discussions"
Changelog = "https://zerothi.github.io/sisl/changelog/index.html"
Chat = "https://discord.gg/5XnFXFdkv2"
Expand Down

0 comments on commit 08f50fe

Please sign in to comment.