[libvirt] [libvirt-python PATCH] Bump version to 1.2.5 for new dev cycle

Martin Kletzander mkletzan at redhat.com
Mon May 5 13:57:24 UTC 2014


Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---

Notes:
    I'm not sure whether this can be pushed automatically as there is no
    "release", just a tag in the repo.  However, libvirt-python fails to
    install without this commit on my machine.

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 at redhat.com',
-- 
1.9.2




More information about the libvir-list mailing list