From 6b7cf96860f17fa9fd89a734af69871714e88104 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Oct 05 2018 19:36:50 +0000 Subject: Release 2.4.0 Signed-off-by: Adam Williamson --- diff --git a/relval/__init__.py b/relval/__init__.py index b51b11e..d71248e 100644 --- a/relval/__init__.py +++ b/relval/__init__.py @@ -22,4 +22,4 @@ reporting results to them, and performing analysis on them. from __future__ import unicode_literals from __future__ import print_function -__version__ = "2.3.0" +__version__ = "2.4.0" diff --git a/setup.py b/setup.py index b8ff1fa..bf4dfd7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "relval", - version = "2.3.0", + version = "2.4.0", entry_points = {'console_scripts': ['relval = relval.cli:main'],}, author = "Adam Williamson", author_email = "awilliam@redhat.com",