From eacb8351ff416ad9f7f93732777c3d7931c5f711 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Mon, 2 May 2022 08:02:06 +0200 Subject: [PATCH] mnt: preparation for release --- CHANGELOG.md | 3 +++ CITATION.cff | 2 +- tools/changelog.py | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a34271f83..2accad67c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ we hit release version 1.0.0. ## [UNRELEASED] - YYYY-MM-DD + +## [0.12.2] - 2022-5-2 + ### Added - enabled parsing geometry.in files from FHIaims - added `batched_indices` for memory-reduced location of array values diff --git a/CITATION.cff b/CITATION.cff index 85c82f5fc..f14dca59c 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.12.1 +version: 0.12.2 identifiers: - description: "Collection DOI for all sisl versions (preferred to use)" type: doi diff --git a/tools/changelog.py b/tools/changelog.py index c7791b486..f5b93930f 100644 --- a/tools/changelog.py +++ b/tools/changelog.py @@ -16,7 +16,7 @@ Usage:: - $ ./tools/announce.py + $ ./tools/changelog.py The output is utf8 rst. @@ -33,7 +33,7 @@ From the bash command line with $GITHUB token:: - $ ./tools/announce $GITHUB v1.13.0..v1.14.0 > 1.14.0-changelog.rst + $ ./tools/changelog.py $GITHUB v1.13.0..v1.14.0 > 1.14.0-changelog.rst """ import os