From 8c69c6da4391baa07024d4d10e714edfd2f2518a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Oct 20 2015 22:06:54 +0000 Subject: release 1.11.6 --- diff --git a/setup.py b/setup.py index 5a189de..cc01785 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "relval", - version = "1.11.5", + version = "1.11.6", entry_points = {'console_scripts': ['relval = relval.cli:main'],}, author = "Adam Williamson", author_email = "awilliam@redhat.com",