version 2.6

Signed-off-by: Clark Williams <williams@redhat.com>
diff --git a/rteval.spec b/rteval.spec
index abfae85..e076a47 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -2,7 +2,7 @@
 %{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:		rteval
-Version:	2.5
+Version:	2.6
 Release:	1%{?dist}
 Summary:	Utility to evaluate system suitability for RT Linux
 
@@ -95,6 +95,9 @@
 /usr/bin/rteval
 
 %changelog
+* Thu Feb 11 2016 Clark Williams <williams@redhat.com> - 2.6.1
+- update to make --loads-cpulist and --measurement-cpulist work
+
 * Thu Dec 10 2015 Clark Williams <williams@refhat.com> - 2.5-1
 - stop using old numactl --cpubind argument
 
diff --git a/rteval/version.py b/rteval/version.py
index 6979e77..714272d 100644
--- a/rteval/version.py
+++ b/rteval/version.py
@@ -23,4 +23,4 @@
 #   are deemed to be part of the source code.
 #
 
-RTEVAL_VERSION = '2.5'
+RTEVAL_VERSION = '2.6'