# HG changeset patch # User paulb # Date 1169245327 0 # Node ID b530bb052f87dc9b0eee06e35a1c40e8b697c2c1 # Parent 25081e4d49a04a8aa59c2a3af4d4123c2688e224 [project @ 2007-01-19 22:22:04 by paulb] Updated release information. diff -r 25081e4d49a0 -r b530bb052f87 PKG-INFO --- a/PKG-INFO Sat Jun 21 01:40:50 2008 +0200 +++ b/PKG-INFO Fri Jan 19 22:22:07 2007 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: XSLTools -Version: 0.4.3 +Version: 0.4.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/XSLTools.html -Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.4.3.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.4.4.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 25081e4d49a0 -r b530bb052f87 README.txt --- a/README.txt Sat Jun 21 01:40:50 2008 +0200 +++ b/README.txt Fri Jan 19 22:22:07 2007 +0000 @@ -43,6 +43,12 @@ The example Web applications require WebStack (release 1.2.1 or later). The example PyQt applications have been tested with PyQt 3.15. +New in XSLTools 0.4.4 (Changes since XSLTools 0.4.3) +---------------------------------------------------- + + * Improved the template fixing stylesheet and added some documentation for + the script and the related expr-prefix attribute. + New in XSLTools 0.4.3 (Changes since XSLTools 0.4.2) ---------------------------------------------------- diff -r 25081e4d49a0 -r b530bb052f87 XSLForms/__init__.py --- a/XSLForms/__init__.py Sat Jun 21 01:40:50 2008 +0200 +++ b/XSLForms/__init__.py Fri Jan 19 22:22:07 2007 +0000 @@ -20,6 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -__version__ = "0.4.3" +__version__ = "0.4.4" # vim: tabstop=4 expandtab shiftwidth=4