From 73ced909545d3fca2679efd9a4eca7f69b36150b Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Mon, 16 Mar 2020 14:20:30 -0400 Subject: Prepare 0.3.1 with minor fixes - Uses the correct mailing list tools@linux.kernel.org - Properly handles the Fixes: follow-up trailers Signed-off-by: Konstantin Ryabitsev --- README.rst | 17 +++++++++++++++++ man/b4.5 | 2 +- man/b4.5.rst | 2 +- setup.py | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 56b12fa..e1e2b9c 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/man/b4.5 b/man/b4.5 index 728ad00..3983338 100644 --- a/man/b4.5 +++ b/man/b4.5 @@ -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. diff --git a/setup.py b/setup.py index 00e8d52..6a80bb2 100644 --- a/setup.py +++ b/setup.py @@ -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( -- cgit v1.2.3