summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2015-06-26 17:42:48 +0200
committerDaniel Veillard <veillard@redhat.com>2015-06-28 11:36:21 +0800
commit7acf1422c5298e2be73410929f6965dec2b544ca (patch)
tree728503255e828328c31c3b844828fe15824343f2
parent751e016f09a6a0dd372667bdd2b322731718e359 (diff)
downloadlibvirt-python-7acf1422c5298e2be73410929f6965dec2b544ca.tar.gz
Revert "Change livbirt version to 1.3.0 for the next release"
This reverts commit 751e016f09a6a0dd372667bdd2b322731718e359. Since Admin API was deferred for a release and the minor version bump didn't happen, it must not happen in libvirt-python either, for compatibility reasons.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 04e3de4..8d34fde 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.3.0',
+ version = '1.2.17',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',