# HG changeset patch # User paulb # Date 1129655798 0 # Node ID 6c2e2952056d3071246185ea528d1e3057894d1a # Parent 5c721c9584903bd32597ff1989dcd904da08c897 [project @ 2005-10-18 17:16:36 by paulb] Updated version number. diff -r 5c721c958490 -r 6c2e2952056d libxml2dom/__init__.py --- a/libxml2dom/__init__.py Tue Oct 18 17:15:54 2005 +0000 +++ b/libxml2dom/__init__.py Tue Oct 18 17:16:38 2005 +0000 @@ -4,7 +4,7 @@ DOM wrapper around libxml2, specifically the libxml2mod Python extension module. """ -__version__ = "0.2.1" +__version__ = "0.2.2" import libxml2 from libxml2dom.macrolib import * diff -r 5c721c958490 -r 6c2e2952056d libxml2dom/macrolib/__init__.py --- a/libxml2dom/macrolib/__init__.py Tue Oct 18 17:15:54 2005 +0000 +++ b/libxml2dom/macrolib/__init__.py Tue Oct 18 17:16:38 2005 +0000 @@ -2,7 +2,7 @@ "DOM macro library for libxml2." -__version__ = "0.2.1" +__version__ = "0.2.2" # Expose all functions here.