summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2016-06-05 00:22:13 +0800
committerDaniel Veillard <veillard@redhat.com>2016-06-05 00:22:13 +0800
commit287df5dfc813a4c03591904bafd1439a7a54905f (patch)
treeefaccd745a82c54641717b5fc85f9694c3f7d0fd
parent3026a0593bd040de8ad4806298599e7774b2a013 (diff)
downloadlibvirt-python-287df5dfc813a4c03591904bafd1439a7a54905f.tar.gz
Release of libvirt-python-1.3.5v1.3.5
* setup.py: bumped to 1.3.5, the release is virtually identical to 1.3.4
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index eb65555..956609d 100755
--- a/setup.py
+++ b/setup.py
@@ -305,7 +305,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '1.3.4',
+ version = '1.3.5',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',