summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2019-04-03 09:46:40 +0200
committerDaniel Veillard <veillard@redhat.com>2019-04-03 09:46:40 +0200
commit67dcc1890829e0798aeaf2214f90044a1b4ab3f7 (patch)
tree5b368d44066dcd5a2c12de42b9be9238c4e3ceaf
parent5d6228d4171c0a9d1299ad742dc878092287675a (diff)
downloadlibvirt-python-67dcc1890829e0798aeaf2214f90044a1b4ab3f7.tar.gz
Release of libvirt-python 5.2.0v5.2.0
* setup.py: bumped release version up Signed-off-by: Daniel Veillard <veillard@redhat.com>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8246fef..acff858 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 = '5.1.0',
+ version = '5.2.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',