summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2014-02-03 14:28:09 -0700
committerEric Blake <eblake@redhat.com>2014-02-03 14:28:09 -0700
commit92c5aa6e27fdf31a9753fc56499a51944302e9e7 (patch)
treec8b626c59aedb70646b2a20a8dea8a0566397b6b
parentea9339c878ffc344a3ef0cc659b7bce87125678f (diff)
parentc8e1ae3ecdc1bb4350b6f978d1b1aae276a460ab (diff)
downloadlibvirt-python-92c5aa6e27fdf31a9753fc56499a51944302e9e7.tar.gz
Merge tag 'v1.2.1'
Release of libvirt-python-1.2.1
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 24d4cf2..e0c0297 100755
--- a/setup.py
+++ b/setup.py
@@ -278,7 +278,7 @@ class my_clean(clean):
remove_tree("build")
setup(name = 'libvirt-python',
- version = '1.2.0',
+ version = '1.2.1',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',