From 4d437c2ca3eea82b04088fb7263054c6d26e9bd2 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Thu, 24 Feb 2022 09:41:02 -0700 Subject: [PATCH] fix build badge for default branch change from master to main (#552) --- README.md | 2 +- docs/releasehistory.rst | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ccb85e22..08f5374d8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![GH Actions Status](https://github.com/choderalab/openmmtools/workflows/CI/badge.svg)](https://github.com/choderalab/openmmtools/actions?query=branch%3Amaster) +[![GH Actions Status](https://github.com/choderalab/openmmtools/workflows/CI/badge.svg)](https://github.com/choderalab/openmmtools/actions?query=branch%3Amain) [![Anaconda Badge](https://anaconda.org/omnia/openmmtools/badges/version.svg)](https://anaconda.org/omnia/openmmtools) [![Downloads Badge](https://anaconda.org/omnia/openmmtools/badges/downloads.svg)](https://anaconda.org/omnia/openmmtools/files) [![ReadTheDocs Badge](https://readthedocs.org/projects/openmmtools/badge/?version=master)](https://openmmtools.readthedocs.io/en/master/) diff --git a/docs/releasehistory.rst b/docs/releasehistory.rst index 353c517ae..13329e3ab 100644 --- a/docs/releasehistory.rst +++ b/docs/releasehistory.rst @@ -1,6 +1,14 @@ Release History *************** +0.21.2 - Bugfix release +======================= + +Bugfixes +-------- +- Fixed UnboundLocalError when using a string to specify platform in ``platform_supports_precision`` (`#551 `_). + + 0.21.1 - Bugfix release =======================