Skip to content

Commit

Permalink
Merge pull request #1986 from openforcefield/maintenance
Browse files Browse the repository at this point in the history
Maintenance
  • Loading branch information
jaclark5 authored Dec 13, 2024
2 parents 90193bc + cae0ccc commit ef8e07a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- [ ] Tag issue being addressed
- [ ] Add [tests](https://github.com/openforcefield/openff-toolkit/tree/main/openff/toolkit/_tests)
- [ ] Update docstrings/[documentation](https://github.com/openforcefield/openff-toolkit/tree/main/docs), if applicable
- [ ] [Lint](https://open-forcefield-toolkit.readthedocs.io/en/latest/developing.html#style-guide) codebase
- [ ] [Lint](https://docs.openforcefield.org/projects/toolkit/en/stable/users/developing.html#style-guide) codebase
- [ ] Update [changelog](https://github.com/openforcefield/openff-toolkit/blob/main/docs/releasehistory.md)
1 change: 1 addition & 0 deletions docs/releasehistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Releases follow the `major.minor.micro` scheme recommended by [PEP440](https://w

- [PR #1970](https://github.com/openforcefield/openff-toolkit/pull/1970): Consolidates config files into `pyproject.toml`.
- [PR #1968](https://github.com/openforcefield/openff-toolkit/pull/1968): Switches version handling to `versioningit`.
- [PR ##1986](https://github.com/openforcefield/openff-toolkit/pull/1986): Fix links in PR template and formatted string in error

## 0.16.6

Expand Down
2 changes: 1 addition & 1 deletion openff/toolkit/utils/toolkit_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def register_toolkit(
except ToolkitUnavailableException:
if exception_if_unavailable:
raise ToolkitUnavailableException(
"Unable to load toolkit '{_toolkit_wrapper._toolkit_name}'. "
f"Unable to load toolkit '{toolkit_wrapper}'. "
)
return

Expand Down

0 comments on commit ef8e07a

Please sign in to comment.