summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2014-07-22 18:07:53 +0200
committerMartin Kletzander <mkletzan@redhat.com>2014-07-22 18:07:53 +0200
commitf37d0c4f2b01278b6c301477aac275a3e891fbca (patch)
tree49dd3fa2f3955b900c126529675592848f07ac30
parentbdb64c7641ba158e5bf0344d2386959ff6b21fc4 (diff)
downloadlibvirt-python-f37d0c4f2b01278b6c301477aac275a3e891fbca.tar.gz
Bump version to 1.2.7 for new dev cycle
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 4e889da..334d7b2 100755
--- a/setup.py
+++ b/setup.py
@@ -309,7 +309,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '1.2.6',
+ version = '1.2.7',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',