From: Cooper Lees Date: Mon, 1 Nov 2021 00:59:39 +0000 (-0700) Subject: Update CHANGES.md for 21.10b0 release (#2583) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/64c8be01f0cfedc94cb1c9ebd342ea77cafbb78a?ds=sidebyside Update CHANGES.md for 21.10b0 release (#2583) * Update CHANGES.md for 21.10b0 release * Update version in docs/usage_and_configuration/the_basics.md * Also update docs/integrations/source_version_control.md ... --- diff --git a/CHANGES.md b/CHANGES.md index aa40d87..b454a73 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## 21.10b0 ### _Black_ diff --git a/docs/integrations/source_version_control.md b/docs/integrations/source_version_control.md index 6a1aa36..cf0ef1d 100644 --- a/docs/integrations/source_version_control.md +++ b/docs/integrations/source_version_control.md @@ -7,7 +7,7 @@ Use [pre-commit](https://pre-commit.com/). Once you ```yaml repos: - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.10b0 hooks: - id: black # It is recommended to specify the latest version of Python diff --git a/docs/usage_and_configuration/the_basics.md b/docs/usage_and_configuration/the_basics.md index 49268b4..533c213 100644 --- a/docs/usage_and_configuration/the_basics.md +++ b/docs/usage_and_configuration/the_basics.md @@ -173,7 +173,7 @@ You can check the version of _Black_ you have installed using the `--version` fl ```console $ black --version -black, version 21.9b0 +black, version 21.10b0 ``` An option to require a specific version to be running is also provided.