# HG changeset patch # User paulb # Date 1191627838 0 # Node ID 4da6f6b98efad2582f009fcb8d040c603fc46a24 # Parent f7302c6bf4fdc19635299b2dde469579f8d729d5 [project @ 2007-10-05 23:43:55 by paulb] Updated release information. diff -r f7302c6bf4fd -r 4da6f6b98efa PKG-INFO --- a/PKG-INFO Sat Jun 21 01:43:19 2008 +0200 +++ b/PKG-INFO Fri Oct 05 23:43:58 2007 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: XSLTools -Version: 0.5 +Version: 0.5.1 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.5.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.5.1.tar.gz Summary: Modules and packages for the development of XML/XSL-based applications License: LGPL (version 3 or later) Description: XSLTools is a distribution providing modules and packages for the development diff -r f7302c6bf4fd -r 4da6f6b98efa README.txt --- a/README.txt Sat Jun 21 01:43:19 2008 +0200 +++ b/README.txt Fri Oct 05 23:43:58 2007 +0000 @@ -53,6 +53,13 @@ The example Web applications require WebStack (release 1.2.3 or later). The example PyQt applications have been tested with PyQt 3.15. +New in XSLTools 0.5.1 (Changes since XSLTools 0.5) +-------------------------------------------------- + + * Added information about XSLT extension function usage to the advanced + template design document, linking to the housekeeping annotations section + of the template attribute reference guide. + New in XSLTools 0.5 (Changes since XSLTools 0.4.6) -------------------------------------------------- diff -r f7302c6bf4fd -r 4da6f6b98efa XSLForms/__init__.py --- a/XSLForms/__init__.py Sat Jun 21 01:43:19 2008 +0200 +++ b/XSLForms/__init__.py Fri Oct 05 23:43:58 2007 +0000 @@ -19,6 +19,6 @@ with this program. If not, see . """ -__version__ = "0.5" +__version__ = "0.5.1" # vim: tabstop=4 expandtab shiftwidth=4 diff -r f7302c6bf4fd -r 4da6f6b98efa XSLTools/__init__.py --- a/XSLTools/__init__.py Sat Jun 21 01:43:19 2008 +0200 +++ b/XSLTools/__init__.py Fri Oct 05 23:43:58 2007 +0000 @@ -19,6 +19,6 @@ with this program. If not, see . """ -__version__ = "0.5" +__version__ = "0.5.1" # vim: tabstop=4 expandtab shiftwidth=4