diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2015-01-27 14:07:10 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2015-01-27 14:07:10 +0000 |
commit | 9ef9794a3ee3a774948b954364a2d2d7cff18d68 (patch) | |
tree | 454c434ca38b35439835b55706cea3c067ff6f07 /setup.py | |
parent | 1180fa98933cc4748bcb4fde1da2ca17522a7107 (diff) | |
download | libvirt-python-9ef9794a3ee3a774948b954364a2d2d7cff18d68.tar.gz |
Post-release version bump to 1.2.13v1.2.13
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.12', + version = '1.2.13', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-list@redhat.com', |