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 /setup.py | |
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>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( |