summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2014-07-22 18:07:53 +0200
committerEric Blake <eblake@redhat.com>2014-08-04 11:06:13 -0600
commitaf803d2f9b474ae84e166daa5987085c9e487e7d (patch)
tree2cba422eb27dbeda18b3660ecf57b17c0d4fad30
parente715a1c86b775882da1c6798298f31eb2eeb2051 (diff)
downloadlibvirt-python-af803d2f9b474ae84e166daa5987085c9e487e7d.tar.gz
Bump version to 1.2.8 for new dev cycle
Signed-off-by: Eric Blake <eblake@redhat.com>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 334d7b2..f5c6542 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.7',
+ version = '1.2.8',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',