summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
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>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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(