From e1a70535e185276581c243ca892f4bea69927b9a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jan 18 2022 00:30:54 +0000 Subject: Release 2.5.7 Signed-off-by: Adam Williamson --- diff --git a/relval/__init__.py b/relval/__init__.py index 3abf483..7874930 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.6" +__version__ = "2.5.7" diff --git a/setup.py b/setup.py index 5f46350..fecc0ae 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "relval", - version = "2.5.6", + version = "2.5.7", entry_points = {'console_scripts': ['relval = relval.cli:main'],}, author = "Adam Williamson", author_email = "awilliam@redhat.com",