From 248e40072ca933813214ada3fd79b10633ffef1d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 3 Sep 2021 18:53:29 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.2=20=E2=86=92=200.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Triggered by #1583 via GitHub Actions. --- .bumpversion.cfg | 2 +- .zenodo.json | 6 +++--- CITATION.cff | 8 ++++---- README.rst | 10 +++++----- codemeta.json | 2 +- src/pyhf/data/citation.bib | 6 +++--- src/pyhf/utils.py | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 64514406c7..8c7003d096 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.2 +current_version = 0.6.3 commit = True tag = True diff --git a/.zenodo.json b/.zenodo.json index 180ba1ce98..bff9189f49 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,8 +1,8 @@ { "description": "pure-Python HistFactory implementation with tensors and autodiff", "license": "Apache-2.0", - "title": "scikit-hep/pyhf: v0.6.2", - "version": "v0.6.2", + "title": "scikit-hep/pyhf: v0.6.3", + "version": "v0.6.3", "upload_type": "software", "creators": [ { @@ -36,7 +36,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/scikit-hep/pyhf/tree/v0.6.2", + "identifier": "https://github.com/scikit-hep/pyhf/tree/v0.6.3", "relation": "isSupplementTo" } ] diff --git a/CITATION.cff b/CITATION.cff index 77db27e15d..08490678c0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,11 +14,11 @@ authors: given-names: "Giordon" orcid: "https://orcid.org/0000-0001-6616-3433" affiliation: "SCIPP, University of California, Santa Cruz" -title: "pyhf: v0.6.2" -version: 0.6.2 +title: "pyhf: v0.6.3" +version: 0.6.3 doi: 10.5281/zenodo.1169739 -repository-code: "https://github.com/scikit-hep/pyhf/releases/tag/v0.6.2" -url: "https://pyhf.readthedocs.io/en/v0.6.2/" +repository-code: "https://github.com/scikit-hep/pyhf/releases/tag/v0.6.3" +url: "https://pyhf.readthedocs.io/en/v0.6.3/" keywords: - python - physics diff --git a/README.rst b/README.rst index b4b8bc8ec5..d454952d4c 100644 --- a/README.rst +++ b/README.rst @@ -287,11 +287,11 @@ the preferred BibTeX entry for citation of ``pyhf`` includes both the @software{pyhf, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark}, - title = "{pyhf: v0.6.2}", - version = {0.6.2}, + title = "{pyhf: v0.6.3}", + version = {0.6.3}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, - note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.2} + note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.3} } @article{pyhf_joss, @@ -337,7 +337,7 @@ and grant `OAC-1450377 >> import pyhf >>> pyhf.utils.citation(oneline=True) - '@software{pyhf, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark}, title = "{pyhf: v0.6.2}", version = {0.6.2}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.2}}@article{pyhf_joss, doi = {10.21105/joss.02823}, url = {https://doi.org/10.21105/joss.02823}, year = {2021}, publisher = {The Open Journal}, volume = {6}, number = {58}, pages = {2823}, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark and Kyle Cranmer}, title = {pyhf: pure-Python implementation of HistFactory statistical models}, journal = {Journal of Open Source Software}}' + '@software{pyhf, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark}, title = "{pyhf: v0.6.3}", version = {0.6.3}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.3}}@article{pyhf_joss, doi = {10.21105/joss.02823}, url = {https://doi.org/10.21105/joss.02823}, year = {2021}, publisher = {The Open Journal}, volume = {6}, number = {58}, pages = {2823}, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark and Kyle Cranmer}, title = {pyhf: pure-Python implementation of HistFactory statistical models}, journal = {Journal of Open Source Software}}' Keyword Args: oneline (:obj:`bool`): Whether to provide citation with new lines (default) or as a one-liner.