summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-03-16 14:20:30 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-03-16 14:20:30 -0400
commit73ced909545d3fca2679efd9a4eca7f69b36150b (patch)
treeb53be4d0259ca31bc6207938ea14c8fc54d2a237
parent0e78612f3718db074ea4df2c91d5a20bde2df911 (diff)
downloadb4-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.rst17
-rw-r--r--man/b4.52
-rw-r--r--man/b4.5.rst2
-rw-r--r--setup.py2
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(