aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2013-04-19 15:36:36 +0800
committerDaniel Veillard <veillard@redhat.com>2013-04-19 15:36:36 +0800
commitf4e5a6994ed230dfa3fb5b5c3fd94c4993ef1ba7 (patch)
tree1d38f318cab4de796e3ebba2167e7d68981823c7 /python
parentc0a8dd14f81198947121bb64877f1e6c021bad84 (diff)
downloadandroid_external_libxml2-f4e5a6994ed230dfa3fb5b5c3fd94c4993ef1ba7.tar.gz
android_external_libxml2-f4e5a6994ed230dfa3fb5b5c3fd94c4993ef1ba7.tar.bz2
android_external_libxml2-f4e5a6994ed230dfa3fb5b5c3fd94c4993ef1ba7.zip
Release of libxml2-2.9.1
* configure.in: bumped version * doc/*: updated the symbols file and regenerated
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 1b7e27bc..f24674c9 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.0",
+ version = "2.9.1",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",