diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-16 14:20:30 -0400 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-03-16 14:20:30 -0400 |
commit | 73ced909545d3fca2679efd9a4eca7f69b36150b (patch) | |
tree | b53be4d0259ca31bc6207938ea14c8fc54d2a237 | |
parent | 0e78612f3718db074ea4df2c91d5a20bde2df911 (diff) | |
download | b4-73ced909545d3fca2679efd9a4eca7f69b36150b.tar.gz |
Prepare 0.3.1 with minor fixesv0.3.1
- Uses the correct mailing list tools@linux.kernel.org
- Properly handles the Fixes: follow-up trailers
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r-- | README.rst | 17 | ||||
-rw-r--r-- | man/b4.5 | 2 | ||||
-rw-r--r-- | man/b4.5.rst | 2 | ||||
-rw-r--r-- | setup.py | 2 |
4 files changed, 20 insertions, 3 deletions
@@ -7,3 +7,20 @@ The name "b4" was chosen for ease of typing and because B-4 was the precursor to Lore and Data in the Start Trek universe. See man/b4.5.rst for more information. + +Installing +---------- +``` +python3 -m pip install --user b4 +``` + +Upgrading +--------- +``` +python3 -m pip install --user --upgrade b4 +``` + +Support +------- +For support or with any other questions, please email +tools@linux.kernel.org. @@ -246,7 +246,7 @@ Default configuration, with explanations: .UNINDENT .SH SUPPORT .sp -Please email \fI\%workflows@vger.kernel.org\fP with support requests. +Please email \fI\%tools@linux.kernel.org\fP with support requests. .SH AUTHOR mricon@kernel.org diff --git a/man/b4.5.rst b/man/b4.5.rst index 8d36f5f..1e063c2 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -173,4 +173,4 @@ Default configuration, with explanations:: SUPPORT ------- -Please email workflows@vger.kernel.org with support requests.
\ No newline at end of file +Please email tools@linux.kernel.org with support requests. @@ -13,7 +13,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -VERSION = '0.3.0' +VERSION = '0.3.1' NAME = 'b4' setup( |