From: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Date: Thu, 18 Nov 2021 03:51:49 +0000 (-0800)
Subject: prepare release 2021.11b1 (#2622)
X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/19f6aa8208154de4560ee1e4a3e638e120dcdba5?ds=sidebyside

prepare release 2021.11b1 (#2622)
---

diff --git a/CHANGES.md b/CHANGES.md
index 9c3be34..35024de 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,6 @@
 # Change Log
 
-## Unreleased
+## 21.11b1
 
 ### _Black_
 
diff --git a/docs/integrations/source_version_control.md b/docs/integrations/source_version_control.md
index 58e3e69..2149027 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.11b0
+    rev: 21.11b1
     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 bffc45f..3dc26b7 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.11b0
+black, version 21.11b1
 ```
 
 An option to require a specific version to be running is also provided.