aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rpm/SPECS/python-schedutils.spec5
-rw-r--r--setup.py2
2 files changed, 5 insertions, 2 deletions
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 @@ rm -rf %{buildroot}
%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 @@ schedutils = Extension('schedutils',
# 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',