summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2014-05-05 15:46:47 +0200
committerMartin Kletzander <mkletzan@redhat.com>2014-05-05 15:46:47 +0200
commite8e1de7f1f077de6cb4e192d0cd4d8d0a14bc565 (patch)
treedd2888968ff369fcb159191ae7c08f97a978b6fd
parent959629a801b63664bf8432ec78800d760a24cb5e (diff)
downloadlibvirt-python-e8e1de7f1f077de6cb4e192d0cd4d8d0a14bc565.tar.gz
Bump version to 1.2.5 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 f4c05ca..75f30b3 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.4',
+ version = '1.2.5',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',