# HG changeset patch # User paulb # Date 1189361557 0 # Node ID d699dd8f01927e6fde0403fa534063366191950a # Parent b6ebba7b1acd2c092de996ba6fefc1a154a008bc [project @ 2007-09-09 18:12:35 by paulb] Updated release information. diff -r b6ebba7b1acd -r d699dd8f0192 PKG-INFO --- a/PKG-INFO Sun Sep 09 17:29:05 2007 +0000 +++ b/PKG-INFO Sun Sep 09 18:12:37 2007 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: XSLTools -Version: 0.4.7 +Version: 0.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.7.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.5.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 b6ebba7b1acd -r d699dd8f0192 README.txt --- a/README.txt Sun Sep 09 17:29:05 2007 +0000 +++ b/README.txt Sun Sep 09 18:12:37 2007 +0000 @@ -53,9 +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.4.7 (Changes since XSLTools 0.4.6) ----------------------------------------------------- +New in XSLTools 0.5 (Changes since XSLTools 0.4.6) +-------------------------------------------------- + * Renamed template:id to template:section in order to get around problems + and potential future problems with browsers (such as Konqueror 3.5.6) + which get confused loading documents with multiple id attributes, even if + only one is unprefixed. WARNING! This change is not backwards compatible. * Added Ubuntu Feisty (7.04) package support. * Tidied the documentation HTML. diff -r b6ebba7b1acd -r d699dd8f0192 XSLForms/__init__.py --- a/XSLForms/__init__.py Sun Sep 09 17:29:05 2007 +0000 +++ b/XSLForms/__init__.py Sun Sep 09 18:12:37 2007 +0000 @@ -19,6 +19,6 @@ with this program. If not, see . """ -__version__ = "0.4.7" +__version__ = "0.5" # vim: tabstop=4 expandtab shiftwidth=4