From 776dc11a8d3e31c84b1ea800e2e64b71f00ab030 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 25 2020 17:01:47 +0000 Subject: Release 2.5.2 Signed-off-by: Adam Williamson --- diff --git a/relval/__init__.py b/relval/__init__.py index b0036c8..72313ec 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.1" +__version__ = "2.5.2" diff --git a/setup.py b/setup.py index 6639d5d..729fa73 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "relval", - version = "2.5.1", + version = "2.5.2", entry_points = {'console_scripts': ['relval = relval.cli:main'],}, author = "Adam Williamson", author_email = "awilliam@redhat.com",