new release - 0.6 Signed-off-by: Jiri Kastner <jkastner@redhat.com>
diff --git a/rpm/SPECS/python-schedutils.spec b/rpm/SPECS/python-schedutils.spec index 9d7f361..a040a46 100644 --- a/rpm/SPECS/python-schedutils.spec +++ b/rpm/SPECS/python-schedutils.spec
@@ -6,7 +6,7 @@ Summary: Linux scheduler python bindings Name: python-schedutils -Version: 0.5.1 +Version: 0.6 Release: 1%{?dist} License: GPLv2 URL: https://rt.wiki.kernel.org/index.php/Tuna @@ -89,6 +89,9 @@ %changelog +* Mon Nov 20 2017 Jiri Kastner <jkastner@redhat.com> - 0.6-1 +- added python 3 support + * Thu Dec 22 2016 Jiri Kastner <jkastner@redhat.com> - 0.5-1 - added basic support for SCHED_DEADLINE - fixed URL and Source in specfile
diff --git a/setup.py b/setup.py index f94af10..cdc90bc 100644 --- a/setup.py +++ b/setup.py
@@ -7,7 +7,7 @@ # don't reformat this line, Makefile parses it setup(name='schedutils', - version='0.4', + version='0.6', description='Python module to interface with the Linux scheduler', author='Arnaldo Carvalho de Melo', author_email='acme@redhat.com',