v0.7 14th October 2014
  - Added support for Python v3.4.2 and v3.3.6
  - Updated the documentation for building a static version of Qt on Windows to
    include statically linking the C library.

v0.6 13th September 2014
  - Support for Python v2.6 has been removed.
  - Split into two separate applications: the GUI pyqtdeploy and the command
    line pyqtdeploycli.
  - The project file format has been changed and is not backwards compatible.
    There will not be any more incompatible changes.
  - The pyqtdeploy module has now been renamed pdytools.
  - Applications now set the sys.frozen attribute.
  - Applications that use setuptools entry points are now supported.
  - Reimplemented the GUI for specifying the standard library modules needed by
    an application.  pyqtdeploy now understands the inter-dependencies within
    the standard library so it is only necessary to specify the modules
    explicitly imported by the application.
  - It is now possible to build console applications on Windows.
  - It is now possible to build non-bundle applications on OS/X.
  - Values for DEFINES, INCLUDEPATH and LIBS can now be scoped with qmake
    scopes in order to specify platform-specific values.
  - Applications can now be built with or without support for SSL.
  - Added support for modules introduced in PyQt v5.3.2.
  - Added support for PyQtPurchasing.
  - pyqtdeploy and pyqtdeploycli are themselves deployable.

v0.5 24th July 2014
  - Added support for configuring Python, SIP, PyQt etc. for native and
    cross-compilation for all target platforms (Linux, OS/X, Windows, iOS and
    Android).
  - The Site Packages tab is now the Packages tab.  It is now possible to
    specify multiple directories to scan for packages to be included.
  - The syntax of the command line interface has changed so that it is action
    based and implements the build, configure, show-packages and show-targets
    actions.
  - Added support for configuring the optimisations used when freezing Python
    code.
  - Added support for enabling the import of external Python packages and
    extension modules.
  - The main application module now has a __file__ attribute set.
  - Added support for modules introduced in PyQt v5.3.

v0.4 4th May 2014
  - Replaced the Build menu with the Build tab and allow applications to be
    generated, built and run from within the GUI.
  - The Python Configuration tab is now the Locations tab.
  - Dependencies between PyQt modules is now understood and enforced.
  - Environment variables can now be used in all pathnames.
  - Added the --quiet command line option.

v0.3 20th April 2014
  - Windows support now works.

v0.2 14th April 2014
  - Added support for PyQt4 applications.
  - Added support for Python v2.6 and v2.7 applications.
  - Added the pyqtdeploy module.
  - Added the 'Remove all' button to remove the results of scanning a package.
  - The Python modules needed internally are now included automatically when
    scanning the standard library.
  - Added documentation about working with the repository.

v0.1 26th March 2014
  - The first release.
