summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2017-08-02 10:05:27 +0800
committerDaniel Veillard <veillard@redhat.com>2017-08-02 10:05:27 +0800
commit853c1c85d5e53113297a280898b0b0bea621c194 (patch)
tree4ab406df90a3c11a03706a3b2c4fb4aed9448afa
parentd736d3f5eaf917ed9d9209d7755aa6ce094cbc63 (diff)
downloadlibvirt-python-853c1c85d5e53113297a280898b0b0bea621c194.tar.gz
Release of libvirt-python-3.6.0v3.6.0
virtually identical to 3.5.0 except for the bump of version in setup.py
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4b3a8bd..ebbf52c 100755
--- a/setup.py
+++ b/setup.py
@@ -334,7 +334,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '3.5.0',
+ version = '3.6.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',