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