From c52d691229bc6b4bd604c1b2a57b8b37d6d6b0c6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Oct 05 2016 23:56:51 +0000 Subject: release 2.1.4 --- diff --git a/setup.py b/setup.py index 491d5a8..6c9afb8 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "relval", - version = "2.1.3", + version = "2.1.4", entry_points = {'console_scripts': ['relval = relval.cli:main'],}, author = "Adam Williamson", author_email = "awilliam@redhat.com",