diff options
author | Pavel Hrdina <phrdina@redhat.com> | 2015-03-19 14:17:35 +0100 |
---|---|---|
committer | Pavel Hrdina <phrdina@redhat.com> | 2015-03-19 14:18:21 +0100 |
commit | 52c6643404b9af686368f81ae0e31a2509704652 (patch) | |
tree | 45a5cb87bd1963be455929de866a53ed43a18cbd /setup.py | |
parent | b5c3aa95f3f97d5e71a1b5cdcbd337bebed08b88 (diff) | |
download | libvirt-python-52c6643404b9af686368f81ae0e31a2509704652.tar.gz |
Post-release version bump to 1.2.14
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -309,7 +309,7 @@ class my_clean(clean): _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '1.2.13', + version = '1.2.14', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-list@redhat.com', |