From e1bf579884cc4451dce807e67dffc71f8fd4ac82 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sep 28 2021 20:49:17 +0000 Subject: Release 2.5.6 Signed-off-by: Adam Williamson --- diff --git a/relval/__init__.py b/relval/__init__.py index 6a01e1e..3abf483 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.5.5" +__version__ = "2.5.6" diff --git a/setup.py b/setup.py index 2d42ba0..5f46350 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "relval", - version = "2.5.5", + version = "2.5.6", entry_points = {'console_scripts': ['relval = relval.cli:main'],}, author = "Adam Williamson", author_email = "awilliam@redhat.com",