# HG changeset patch # User paulb # Date 1176403280 0 # Node ID 809b377cff4484153e0ce1fc8c80d126a591d464 # Parent ad7e0d0619f14eb71b2bd2f5bcc29dd59ec3a530 [project @ 2007-04-12 18:41:16 by paulb] Updated release information. diff -r ad7e0d0619f1 -r 809b377cff44 PKG-INFO --- a/PKG-INFO Sat Jun 21 01:41:17 2008 +0200 +++ b/PKG-INFO Thu Apr 12 18:41:20 2007 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: XSLTools -Version: 0.4.4 +Version: 0.4.5 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/XSLTools.html -Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.4.4.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.4.5.tar.gz Summary: Modules and packages for the development of XML/XSL-based applications License: LGPL Description: XSLTools is a distribution providing modules and packages for the development diff -r ad7e0d0619f1 -r 809b377cff44 README.txt --- a/README.txt Sat Jun 21 01:41:17 2008 +0200 +++ b/README.txt Thu Apr 12 18:41:20 2007 +0000 @@ -43,6 +43,12 @@ The example Web applications require WebStack (release 1.2.2 or later). The example PyQt applications have been tested with PyQt 3.15. +New in XSLTools 0.4.5 (Changes since XSLTools 0.4.4) +---------------------------------------------------- + + * Fixed the result of transformations in XSLOutput: proper document nodes + are now produced. + New in XSLTools 0.4.4 (Changes since XSLTools 0.4.3) ---------------------------------------------------- diff -r ad7e0d0619f1 -r 809b377cff44 XSLForms/__init__.py --- a/XSLForms/__init__.py Sat Jun 21 01:41:17 2008 +0200 +++ b/XSLForms/__init__.py Thu Apr 12 18:41:20 2007 +0000 @@ -20,6 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -__version__ = "0.4.4" +__version__ = "0.4.5" # vim: tabstop=4 expandtab shiftwidth=4