summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2014-10-16 15:40:16 +0800
committerDaniel Veillard <veillard@redhat.com>2014-10-16 15:40:16 +0800
commit726f67e2f140f8d936dfe993bf9ded3180d750d2 (patch)
tree640077cae01f4d47035b9c0f9a4bd0f2d12e7697 /python
parent2fcdb424090239336ec5aa8b06ed072cfb6cb817 (diff)
downloadlibxml2-726f67e2f140f8d936dfe993bf9ded3180d750d2.tar.gz
Release of libxml2-2.9.2v2.9.2
Diffstat (limited to 'python')
-rwxr-xr-xpython/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index 1a652a30..e5043237 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -226,7 +226,7 @@ else:
setup (name = "libxml2-python",
# On *nix, the version number is created from setup.py.in
# On windows, it is set by configure.js
- version = "2.9.1",
+ version = "2.9.2",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",