# HG changeset patch # User paulb # Date 1132530667 0 # Node ID 2a518e14255c959388facbacae89dff1d7ebbc3b # Parent 26a8210d92066e6a72ce445538c42c7d74d99152 [project @ 2005-11-20 23:51:04 by paulb] Updated release information. diff -r 26a8210d9206 -r 2a518e14255c PKG-INFO --- a/PKG-INFO Wed Nov 16 17:20:10 2005 +0000 +++ b/PKG-INFO Sun Nov 20 23:51:07 2005 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: libxml2dom -Version: 0.2.3 +Version: 0.2.4 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://www.boddie.org.uk/python/libxml2dom.html -Download-url: http://www.boddie.org.uk/python/downloads/libxml2dom-0.2.3.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/libxml2dom-0.2.4.tar.gz Summary: PyXML-style API for the libxml2 Python bindings License: MIT Description: The libxml2dom package provides a traditional DOM wrapper around the Python diff -r 26a8210d9206 -r 2a518e14255c libxml2dom/__init__.py --- a/libxml2dom/__init__.py Wed Nov 16 17:20:10 2005 +0000 +++ b/libxml2dom/__init__.py Sun Nov 20 23:51:07 2005 +0000 @@ -4,7 +4,7 @@ DOM wrapper around libxml2, specifically the libxml2mod Python extension module. """ -__version__ = "0.2.3" +__version__ = "0.2.4" import libxml2 from libxml2dom.macrolib import * diff -r 26a8210d9206 -r 2a518e14255c libxml2dom/macrolib/__init__.py --- a/libxml2dom/macrolib/__init__.py Wed Nov 16 17:20:10 2005 +0000 +++ b/libxml2dom/macrolib/__init__.py Sun Nov 20 23:51:07 2005 +0000 @@ -2,7 +2,7 @@ "DOM macro library for libxml2." -__version__ = "0.2.3" +__version__ = "0.2.4" # Expose all functions here.