# HG changeset patch # User paulb # Date 1189270398 0 # Node ID 009238ced7c64581cead7c7e5d06f3bb3a62f08e # Parent 296f7bb5f3bd973cdfac281539beee0b24b5519a [project @ 2007-09-08 16:53:13 by paulb] Updated release information. diff -r 296f7bb5f3bd -r 009238ced7c6 PKG-INFO --- a/PKG-INFO Sat Sep 08 16:26:39 2007 +0000 +++ b/PKG-INFO Sat Sep 08 16:53:18 2007 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: XSLTools -Version: 0.4.6 +Version: 0.4.7 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.6.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/XSLTools-0.4.7.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 296f7bb5f3bd -r 009238ced7c6 README.txt --- a/README.txt Sat Sep 08 16:26:39 2007 +0000 +++ b/README.txt Sat Sep 08 16:53:18 2007 +0000 @@ -50,6 +50,7 @@ ---------------------------------------------------- * Added Ubuntu Feisty (7.04) package support. + * Tidied the documentation HTML. New in XSLTools 0.4.6 (Changes since XSLTools 0.4.5) ---------------------------------------------------- diff -r 296f7bb5f3bd -r 009238ced7c6 XSLForms/__init__.py --- a/XSLForms/__init__.py Sat Sep 08 16:26:39 2007 +0000 +++ b/XSLForms/__init__.py Sat Sep 08 16:53:18 2007 +0000 @@ -19,6 +19,6 @@ with this program. If not, see . """ -__version__ = "0.4.6" +__version__ = "0.4.7" # vim: tabstop=4 expandtab shiftwidth=4 diff -r 296f7bb5f3bd -r 009238ced7c6 XSLTools/__init__.py --- a/XSLTools/__init__.py Sat Sep 08 16:26:39 2007 +0000 +++ b/XSLTools/__init__.py Sat Sep 08 16:53:18 2007 +0000 @@ -19,6 +19,6 @@ with this program. If not, see . """ -__version__ = "0.4.6" +__version__ = "0.4.7" # vim: tabstop=4 expandtab shiftwidth=4