summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2015-06-16 13:42:32 +0200
committerMartin Kletzander <mkletzan@redhat.com>2015-06-16 14:02:56 +0200
commit751e016f09a6a0dd372667bdd2b322731718e359 (patch)
treed442374c35c366660a77d0032275a7b988357dd8
parentd3e2aff6a701480bf19bdfe748c1c6def2db0a50 (diff)
downloadlibvirt-python-751e016f09a6a0dd372667bdd2b322731718e359.tar.gz
Change livbirt version to 1.3.0 for the next release
Since the background for Admin API is merged upstream, we are bumping the minor release version as discussed previously Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8d34fde..04e3de4 100755
--- a/setup.py
+++ b/setup.py
@@ -311,7 +311,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '1.2.17',
+ version = '1.3.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',