From 08f50fee59c8828f1e7fdd6a9d52c7d8fd823a75 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Tue, 4 Jul 2023 14:56:04 +0200 Subject: [PATCH] bumped to 0.14.0 Signed-off-by: Nick Papior --- CHANGELOG.md | 2 +- CITATION.cff | 2 +- pyproject.toml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15de50f04b..572d247d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CITATION.cff b/CITATION.cff index c9301b1c1d..ebe0cf8cb8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/pyproject.toml b/pyproject.toml index b8396a26bd..5f2ed15912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"