Skip to content

Commit

Permalink
mnt: preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zerothi committed May 2, 2022
1 parent 16a5a1c commit eacb835
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tools/changelog.py
Expand Up @@ -16,7 +16,7 @@
Usage::
$ ./tools/announce.py <token> <revision range>
$ ./tools/changelog.py <token> <revision range>
The output is utf8 rst.
Expand All @@ -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
Expand Down

0 comments on commit eacb835

Please sign in to comment.