# HG changeset patch # User paulb # Date 1124215888 0 # Node ID a41c5f6995b03b421b3a5e26cecd6cb63005c49e # Parent dae943ae8eb9b43faf0bddbea75bc4128d08692d [project @ 2005-08-16 18:11:28 by paulb] Changed the version number for a future release. diff -r dae943ae8eb9 -r a41c5f6995b0 XSLForms/__init__.py --- a/XSLForms/__init__.py Tue Aug 16 18:11:19 2005 +0000 +++ b/XSLForms/__init__.py Tue Aug 16 18:11:28 2005 +0000 @@ -20,6 +20,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -__version__ = "0.1" +__version__ = "0.2" # vim: tabstop=4 expandtab shiftwidth=4