Version 0.0.3
    * Runs with python2.3
    * "align" and "valign" style options.
    * TextBlock now renders antialiased fonts well.
    * TextBlock now has the ability to have line breaks (ether \n or <br>).
    * When a theme tries to load an image, if it fails to find it in it's theme
      directory, it now looks in your project directory.
    * No longer crashes when you set x or y to be a string (that can be turned
      into an integer, of course).

Version 0.0.2
    * TextBlock widget.
    * Image widget.
    * Two new example programs.
    * Bug fixes and small speed improvements.

Version 0.0.1
    * Initial release.